/reactos/sdk/include/reactos/libs/libxml/ |
H A D | HTMLtree.h | 60 #define HTML_PI_NODE XML_PI_NODE
|
H A D | tree.h | 166 XML_PI_NODE= 7, enumerator
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | tree.c | 3677 case XML_PI_NODE: in xmlPreviousElementSibling() 3716 case XML_PI_NODE: in xmlNextElementSibling() 4270 case XML_PI_NODE: in xmlStaticCopyNode() 5126 case XML_PI_NODE: in xmlNodeSetLang() 5197 case XML_PI_NODE: in xmlNodeSetSpacePreserve() 8355 case XML_PI_NODE: in xmlDOMWrapRemoveNode() 9374 case XML_PI_NODE: in xmlDOMWrapAdoptBranch() 9576 case XML_PI_NODE: in xmlDOMWrapCloneNode() 9781 case XML_PI_NODE: in xmlDOMWrapCloneNode() 10181 case XML_PI_NODE: in xmlDOMWrapAdoptNode() [all …]
|
H A D | debugXML.c | 386 case XML_PI_NODE: in xmlCtxtGenericNodeCheck() 939 case XML_PI_NODE: in xmlCtxtDumpOneNode() 1125 case XML_PI_NODE: in xmlCtxtDumpDocHead() 1618 case XML_PI_NODE: in xmlLsCountNode() 1677 case XML_PI_NODE: in xmlLsOneNode() 1744 case XML_PI_NODE: in xmlLsOneNode()
|
H A D | xpointer.c | 1618 case XML_PI_NODE: in xmlXPtrBuildNodeList() 1707 case XML_PI_NODE: in xmlXPtrNbLocChildren() 1991 case XML_PI_NODE: in xmlXPtrCoveringRange() 2096 case XML_PI_NODE: in xmlXPtrInsideRange() 2128 case XML_PI_NODE: in xmlXPtrInsideRange()
|
H A D | xpath.c | 198 case XML_PI_NODE: { in xmlXPathCmpNodesExt() 255 case XML_PI_NODE: { in xmlXPathCmpNodesExt() 944 NODE_TYPE_PI = XML_PI_NODE 6355 case XML_PI_NODE: in xmlXPathNodeValHash() 7673 case XML_PI_NODE: in xmlXPathNextChild() 7752 case XML_PI_NODE: in xmlXPathNextChildElement() 7961 case XML_PI_NODE: in xmlXPathNextParent() 8080 case XML_PI_NODE: in xmlXPathNextAncestor() 8710 case XML_PI_NODE: in xmlXPathLocalNameFunction() 12279 case XML_PI_NODE: in xmlXPathNodeCollectAndTest() [all …]
|
H A D | xinclude.c | 1164 case XML_PI_NODE: in xmlXIncludeCopyXPointer() 1181 case XML_PI_NODE: in xmlXIncludeCopyXPointer() 1641 case XML_PI_NODE: in xmlXIncludeLoadDoc()
|
H A D | xmlreader.c | 2973 case XML_PI_NODE: in xmlTextReaderNodeType() 3127 case XML_PI_NODE: in xmlTextReaderName() 3195 case XML_PI_NODE: in xmlTextReaderConstName() 3462 case XML_PI_NODE: in xmlTextReaderHasValue() 3508 case XML_PI_NODE: in xmlTextReaderValue() 3578 case XML_PI_NODE: in xmlTextReaderConstValue()
|
H A D | valid.c | 494 case XML_PI_NODE: in xmlValidPrintNode() 4835 case XML_PI_NODE: in xmlValidateSkipIgnorable() 5292 case XML_PI_NODE: in xmlSnprintfElements() 5634 case XML_PI_NODE: in xmlValidateOneCdataElement() 6075 case XML_PI_NODE: in xmlValidateOneElement()
|
H A D | xmlsave.c | 983 case XML_PI_NODE: in xmlNodeDumpOutputInternal() 1636 case XML_PI_NODE: in xhtmlNodeDumpOutput()
|
H A D | c14n.c | 1567 case XML_PI_NODE: in xmlC14NProcessNode()
|
H A D | relaxng.c | 8555 (node->type == XML_PI_NODE) || in xmlRelaxNGSkipIgnored() 9927 (node->type == XML_PI_NODE) || in xmlRelaxNGValidateState()
|
H A D | parser.c | 13517 case XML_PI_NODE: in xmlParseInNodeContext()
|
/reactos/sdk/include/reactos/libs/libxslt/ |
H A D | xsltutils.h | 77 ((n)->type == XML_PI_NODE)))
|
/reactos/dll/3rdparty/libxslt/ |
H A D | pattern.c | 718 if (node->type != XML_PI_NODE) in xsltTestStepMatch() 738 case XML_PI_NODE: in xsltTestStepMatch() 2291 case XML_PI_NODE: in xsltGetTemplate() 2355 case XML_PI_NODE: in xsltGetTemplate() 2426 } else if ((node->type == XML_PI_NODE) || in xsltGetTemplate() 2483 case XML_PI_NODE: in xsltGetTemplate()
|
H A D | keys.c | 823 case XML_PI_NODE: in xsltInitCtxtKey()
|
H A D | functions.c | 283 (target->type == XML_PI_NODE)) { in xsltDocumentFunction()
|
H A D | transform.c | 1604 case XML_PI_NODE: in xsltCopyTree() 2022 case XML_PI_NODE: in xsltDefaultProcessOneNode() 2027 if (cur->type == XML_PI_NODE) { in xsltDefaultProcessOneNode() 3927 case XML_PI_NODE: in xsltCopy()
|
H A D | xslt.c | 3362 (cur->type == XML_PI_NODE)) in xsltParsePreprocessStylesheetTree() 6889 if ((child->type == XML_PI_NODE) && in xsltLoadStylesheetPI()
|
/reactos/dll/win32/msxml3/ |
H A D | xmldoc.c | 495 return XML_PI_NODE; in type_msxml_to_libxml()
|
H A D | xmlelem.c | 370 case XML_PI_NODE: in type_libxml_to_msxml()
|
H A D | node.c | 1885 case XML_PI_NODE: in unknode_get_nodeType() 2285 case XML_PI_NODE: in create_node()
|
H A D | domdoc.c | 388 if (first_child && first_child->type == XML_PI_NODE && xmlStrEqual(first_child->name, xmlA)) in xmldoc_unlink_xmldecl()
|