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

  /external/libxml2/include/libxml/
uri.h 22 * xmlURI:
31 typedef struct _xmlURI xmlURI;
32 typedef xmlURI *xmlURIPtr;
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 88 void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
95 callback->xmlURI = xmlStrdup(xmlURI);
207 xmlFree(xmlURI);
219 parser->startElementNs(xmlLocalName, xmlPrefix, xmlURI,
226 xmlChar* xmlURI;
745 void XMLDocumentParser::startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
752 m_pendingCallbacks->appendStartElementNSCallback(xmlLocalName, xmlPrefix, xmlURI, nb_namespaces, libxmlNamespaces,
768 AtomicString uri = toAtomicString(xmlURI);
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 177 milliseconds