HomeSort by relevance Sort by last modified time
    Searched refs:xmlURI (Results 1 - 6 of 6) 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...]
XMLDocumentParser.h 263 void startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
  /external/libxml2/
uri.c 973 * Simply creates an empty xmlURI
981 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
987 memset(ret, 0, sizeof(xmlURI));
993 * @uri: pointer to an xmlURI
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 68 milliseconds