Home
last modified time | relevance | path

Searched refs:XML_PI_NODE (Results 1 – 20 of 20) sorted by relevance

/external/libxml2/include/libxml/
DHTMLtree.h60 #define HTML_PI_NODE XML_PI_NODE
Dtree.h127 XML_PI_NODE= 7, enumerator
/external/libxml2/
Dtree.c2138 cur->type = XML_PI_NODE; in xmlNewDocPI()
3529 case XML_PI_NODE: in xmlPreviousElementSibling()
3568 case XML_PI_NODE: in xmlNextElementSibling()
4103 case XML_PI_NODE: in xmlStaticCopyNode()
4518 (node->type == XML_PI_NODE)) in xmlGetLineNo()
4524 (node->prev->type == XML_PI_NODE))) in xmlGetLineNo()
4693 } else if (cur->type == XML_PI_NODE) { in xmlGetNodePath()
4707 if ((tmp->type == XML_PI_NODE) && in xmlGetNodePath()
4715 if ((tmp->type == XML_PI_NODE) && in xmlGetNodePath()
4872 case XML_PI_NODE: in xmlNodeSetLang()
[all …]
DdebugXML.c389 case XML_PI_NODE: in xmlCtxtGenericNodeCheck()
945 case XML_PI_NODE: in xmlCtxtDumpOneNode()
1131 case XML_PI_NODE: in xmlCtxtDumpDocHead()
1626 case XML_PI_NODE: in xmlLsCountNode()
1685 case XML_PI_NODE: in xmlLsOneNode()
1749 case XML_PI_NODE: in xmlLsOneNode()
Dxpointer.c1632 case XML_PI_NODE: in xmlXPtrBuildNodeList()
1724 case XML_PI_NODE: in xmlXPtrNbLocChildren()
2000 case XML_PI_NODE: in xmlXPtrCoveringRange()
2097 case XML_PI_NODE: in xmlXPtrInsideRange()
2129 case XML_PI_NODE: in xmlXPtrInsideRange()
Dxpath.c553 NODE_TYPE_PI = XML_PI_NODE
3078 case XML_PI_NODE: { in xmlXPathCmpNodesExt()
3135 case XML_PI_NODE: { in xmlXPathCmpNodesExt()
6270 case XML_PI_NODE: in xmlXPathNodeValHash()
6300 case XML_PI_NODE: in xmlXPathNodeValHash()
7599 case XML_PI_NODE: in xmlXPathNextChild()
7684 case XML_PI_NODE: in xmlXPathNextChildElement()
7895 case XML_PI_NODE: in xmlXPathNextParent()
7968 case XML_PI_NODE: in xmlXPathNextAncestor()
8020 case XML_PI_NODE: in xmlXPathNextAncestor()
[all …]
Dxinclude.c1144 case XML_PI_NODE: in xmlXIncludeCopyXPointer()
1164 case XML_PI_NODE: in xmlXIncludeCopyXPointer()
1629 case XML_PI_NODE: in xmlXIncludeLoadDoc()
Dxmlsave.c725 (cur->type == XML_PI_NODE))) in xmlNodeListDumpOutput()
869 if (cur->type == XML_PI_NODE) { in xmlNodeDumpOutputInternal()
1409 if (cur->type == XML_PI_NODE) { in xhtmlNodeDumpOutput()
Dxmlreader.c3008 case XML_PI_NODE: in xmlTextReaderNodeType()
3165 case XML_PI_NODE: in xmlTextReaderName()
3236 case XML_PI_NODE: in xmlTextReaderConstName()
3506 case XML_PI_NODE: in xmlTextReaderHasValue()
3552 case XML_PI_NODE: in xmlTextReaderValue()
3609 case XML_PI_NODE: in xmlTextReaderConstValue()
Dvalid.c502 case XML_PI_NODE: in xmlValidPrintNode()
4741 case XML_PI_NODE: in xmlValidateSkipIgnorable()
5200 case XML_PI_NODE: in xmlSnprintfElements()
5541 case XML_PI_NODE: in xmlValidateOneCdataElement()
5983 case XML_PI_NODE: in xmlValidateOneElement()
Dc14n.c1561 case XML_PI_NODE: in xmlC14NProcessNode()
Drelaxng.c8508 (node->type == XML_PI_NODE) || in xmlRelaxNGSkipIgnored()
9851 (node->type == XML_PI_NODE) || in xmlRelaxNGValidateState()
Dparser.c13006 case XML_PI_NODE: in xmlParseInNodeContext()
/external/libxslt/libxslt/
Dxsltutils.h80 ((n)->type == XML_PI_NODE)))
Dpattern.c1140 if (node->type != XML_PI_NODE) in xsltTestCompMatch()
1160 case XML_PI_NODE: in xsltTestCompMatch()
2264 case XML_PI_NODE: in xsltGetTemplate()
2328 case XML_PI_NODE: in xsltGetTemplate()
2393 } else if ((node->type == XML_PI_NODE) || in xsltGetTemplate()
2444 case XML_PI_NODE: in xsltGetTemplate()
Dkeys.c814 case XML_PI_NODE: in xsltInitCtxtKey()
Dtransform.c1462 case XML_PI_NODE: in xsltCopyTreeInternal()
1821 case XML_PI_NODE: in xsltDefaultProcessOneNode()
1936 case XML_PI_NODE: in xsltDefaultProcessOneNode()
1941 if (cur->type == XML_PI_NODE) { in xsltDefaultProcessOneNode()
3784 case XML_PI_NODE: in xsltCopy()
4872 case XML_PI_NODE: in xsltApplyTemplates()
Dfunctions.c312 (target->type == XML_PI_NODE)) { in xsltDocumentFunction()
Dnumbers.c563 case XML_PI_NODE: in xsltNumberFormatGetAnyLevel()
Dxslt.c3310 (cur->type == XML_PI_NODE)) in xsltParsePreprocessStylesheetTree()
6872 if ((child->type == XML_PI_NODE) && in xsltLoadStylesheetPI()