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

  /external/libxml2/include/libxml/
entities.h 105 xmlGetDocEntity (xmlDocPtr doc,
  /external/libxml2/
tree.c     [all...]
SAX2.c 548 ret = xmlGetDocEntity(ctxt->myDoc, name);
551 ret = xmlGetDocEntity(ctxt->myDoc, name);
554 ret = xmlGetDocEntity(ctxt->myDoc, name);
564 ret = xmlGetDocEntity(ctxt->myDoc, name);
    [all...]
entities.c 492 * xmlGetDocEntity:
503 xmlGetDocEntity(xmlDocPtr doc, const xmlChar *name) {
valid.c     [all...]
xinclude.c     [all...]
xmlschemastypes.c     [all...]
debugXML.c 1040 ent = xmlGetDocEntity(node->doc, node->name);
    [all...]
elfgcchack.h     [all...]
  /external/libxslt/libxslt/
functions.c 570 entity = xmlGetDocEntity(ctxt->context->doc, str);
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp     [all...]

Completed in 232 milliseconds