Home
last modified time | relevance | path

Searched refs:XML_DTD_NODE (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/
Dxmlreader.c367 if (cur->type != XML_DTD_NODE) { in xmlTextReaderFreeNodeList()
434 if (cur->type == XML_DTD_NODE) { in xmlTextReaderFreeNode()
1366 (reader->node->type == XML_DTD_NODE) || in xmlTextReaderRead()
1386 (reader->node->type != XML_DTD_NODE)) { in xmlTextReaderRead()
1425 (reader->node->prev->type != XML_DTD_NODE)) { in xmlTextReaderRead()
1473 (oldnode->type != XML_DTD_NODE) && in xmlTextReaderRead()
1757 if (node->type == XML_DTD_NODE) { in xmlTextReaderReadOuterXml()
1975 (reader->node->type != XML_DTD_NODE) && in xmlTextReaderReadTree()
3057 case XML_DTD_NODE: in xmlTextReaderNodeType()
3214 case XML_DTD_NODE: in xmlTextReaderName()
[all …]
Dtree.c893 cur->type = XML_DTD_NODE; in xmlNewDtd()
926 if (cur->type == XML_DTD_NODE) in xmlGetIntSubset()
967 cur->type = XML_DTD_NODE; in xmlCreateIntSubset()
3628 case XML_DTD_NODE: in xmlNextElementSibling()
3674 if (cur->type != XML_DTD_NODE) { in xmlFreeNodeList()
3730 if (cur->type == XML_DTD_NODE) { in xmlFreeNode()
3809 if (cur->type == XML_DTD_NODE) { in xmlUnlinkNode()
4190 case XML_DTD_NODE: in xmlStaticCopyNode()
4317 if (node->type == XML_DTD_NODE ) { in xmlStaticCopyNodeList()
4973 case XML_DTD_NODE: in xmlNodeSetLang()
[all …]
DdebugXML.c358 (node->type != XML_DTD_NODE) && in xmlCtxtGenericNodeCheck()
405 case XML_DTD_NODE: in xmlCtxtGenericNodeCheck()
457 if (dtd->type != XML_DTD_NODE) { in xmlCtxtDumpDtdNode()
984 case XML_DTD_NODE: in xmlCtxtDumpOneNode()
1638 case XML_DTD_NODE: in xmlLsCountNode()
Dxinclude.c825 if (elem->type == XML_DTD_NODE) in xmlXIncludeCopyNode()
1066 case XML_DTD_NODE: in xmlXIncludeCopyRange()
1192 case XML_DTD_NODE: in xmlXIncludeCopyXPointer()
1659 case XML_DTD_NODE: in xmlXIncludeLoadDoc()
Dschematron.c1566 if (cur->type != XML_DTD_NODE) in xmlSchematronNextNode()
1574 (cur->type != XML_DTD_NODE)) in xmlSchematronNextNode()
Dxpath.c6401 if ((tmp->children != NULL) && (tmp->type != XML_DTD_NODE)) { in xmlXPathNodeValHash()
7677 case XML_DTD_NODE: in xmlXPathNextChild()
7894 if (cur->type != XML_DTD_NODE) in xmlXPathNextDescendant()
7904 (cur->type != XML_DTD_NODE)) in xmlXPathNextDescendant()
7977 case XML_DTD_NODE: in xmlXPathNextParent()
8049 case XML_DTD_NODE: in xmlXPathNextAncestor()
8102 case XML_DTD_NODE: in xmlXPathNextAncestor()
8209 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) { in xmlXPathNextPrecedingSibling()
8310 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPreceding()
8357 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPrecedingInternal()
[all …]
Dxpointer.c1552 case XML_DTD_NODE: in xmlXPtrBuildRangeNodeList()
1644 case XML_DTD_NODE: in xmlXPtrBuildNodeList()
Dxmlsave.c930 if (cur->type == XML_DTD_NODE) { in xmlNodeDumpOutputInternal()
1472 if (cur->type == XML_DTD_NODE) { in xhtmlNodeDumpOutput()
Dc14n.c1685 case XML_DTD_NODE: in xmlC14NProcessNode()
Dvalid.c534 case XML_DTD_NODE: in xmlValidPrintNode()
5202 case XML_DTD_NODE: in xmlSnprintfElements()
6719 (cur->parent->type == XML_DTD_NODE)) in xmlValidateAttributeCallback()
Dtestapi.c65 if ((api_dtd == NULL) || (api_dtd->type != XML_DTD_NODE)) { in get_api_dtd()
68 (api_doc->children->type == XML_DTD_NODE)) in get_api_dtd()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle151 * be deprecated to use an XML_DTD_NODE.
178 d XML_DTD_NODE c 14
425 d type like(xmlElementType) XML_DTD_NODE
/external/libxml2/python/
Dlibxml.c2636 case XML_DTD_NODE: in libxml_children()
2679 case XML_DTD_NODE: in libxml_last()
2798 case XML_DTD_NODE: in libxml_type()
/external/libxml2/include/libxml/
Dtree.h173 XML_DTD_NODE= 14, enumerator