HomeSort by relevance Sort by last modified time
    Searched refs:xmlURI (Results 1 - 5 of 5) sorted by null

  /external/libxml2/include/libxml/
uri.h 22 * xmlURI:
31 typedef struct _xmlURI xmlURI;
32 typedef xmlURI *xmlURIPtr;
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 84 void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
91 callback->xmlURI = xmlStrdup(xmlURI);
204 xmlFree(xmlURI);
216 tokenizer->startElementNs(xmlLocalName, xmlPrefix, xmlURI,
223 xmlChar* xmlURI;
720 void XMLTokenizer::startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
727 m_pendingCallbacks->appendStartElementNSCallback(xmlLocalName, xmlPrefix, xmlURI, nb_namespaces, libxmlNamespaces,
743 String uri = toString(xmlURI);
    [all...]
XMLTokenizer.h 239 void startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
  /external/libxml2/
uri.c 957 * Simply creates an empty xmlURI
965 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
971 memset(ret, 0, sizeof(xmlURI));
977 * @uri: pointer to an xmlURI
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 151 milliseconds