Home
last modified time | relevance | path

Searched refs:XML_ELEMENT_NODE (Results 1 – 25 of 28) sorted by relevance

12

/external/libxml2/
Dtree.c737 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) in xmlNewNs()
815 if ((node->type == XML_ELEMENT_NODE) || in xmlSetNs()
1024 while ((next != NULL) && (next->type != XML_ELEMENT_NODE)) in xmlCreateIntSubset()
1844 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) { in xmlNewPropInternal()
2245 cur->type = XML_ELEMENT_NODE; in xmlNewNode()
2288 cur->type = XML_ELEMENT_NODE; in xmlNewNodeEatName()
2507 if (parent->type == XML_ELEMENT_NODE) { in xmlNewTextChild()
2528 cur->type = XML_ELEMENT_NODE; in xmlNewTextChild()
2810 if(tree->type == XML_ELEMENT_NODE) { in xmlSetTreeDoc()
2906 if (parent->type == XML_ELEMENT_NODE) { in xmlNewChild()
[all …]
Dxmlreader.c379 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList()
385 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNodeList()
391 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList()
403 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList()
457 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode()
463 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNode()
469 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode()
482 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode()
1122 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity()
1138 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity()
[all …]
Dxpointer.c150 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetArity()
172 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetIndex()
197 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetNthChild()
1599 case XML_ELEMENT_NODE: in xmlXPtrBuildNodeList()
1683 case XML_ELEMENT_NODE: in xmlXPtrNbLocChildren()
1686 if (node->type == XML_ELEMENT_NODE) in xmlXPtrNbLocChildren()
1974 case XML_ELEMENT_NODE: in xmlXPtrCoveringRange()
2095 case XML_ELEMENT_NODE: in xmlXPtrInsideRange()
2127 case XML_ELEMENT_NODE: in xmlXPtrInsideRange()
2269 if ((cur->type != XML_ELEMENT_NODE) && in xmlXPtrAdvanceNode()
[all …]
DdebugXML.c100 if ((node->type != XML_ELEMENT_NODE) && in xmlNsCheckScope()
109 ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope()
113 if ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope()
328 (node->parent->type == XML_ELEMENT_NODE)) in xmlCtxtGenericNodeCheck()
339 if (node->type == XML_ELEMENT_NODE) { in xmlCtxtGenericNodeCheck()
354 if ((node->type != XML_ELEMENT_NODE) && in xmlCtxtGenericNodeCheck()
365 case XML_ELEMENT_NODE: in xmlCtxtGenericNodeCheck()
626 if ((elem->type != XML_ELEMENT_NODE) && (elem->content != NULL)) { in xmlCtxtDumpElemDecl()
891 case XML_ELEMENT_NODE: in xmlCtxtDumpOneNode()
1025 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL)) in xmlCtxtDumpOneNode()
[all …]
Dpattern.c523 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
546 if ((node->type != XML_ELEMENT_NODE) && in xmlPatMatch()
558 if ((lst->type == XML_ELEMENT_NODE) && in xmlPatMatch()
638 if ((node->type == XML_ELEMENT_NODE) && in xmlPatMatch()
665 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
678 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
1625 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1684 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1693 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1701 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
[all …]
Dxinclude.c885 if ((cur->type == XML_ELEMENT_NODE) || in xmlXIncludeGetNthChild()
1145 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer()
1165 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer()
1630 case XML_ELEMENT_NODE: in xmlXIncludeLoadDoc()
1728 if (node->type == XML_ELEMENT_NODE) { in xmlXIncludeLoadDoc()
2143 if ((children->type == XML_ELEMENT_NODE) && in xmlXIncludeLoadNode()
2215 (cur->parent->type != XML_ELEMENT_NODE)) { in xmlXIncludeIncludeNode()
2220 if (tmp->type == XML_ELEMENT_NODE) in xmlXIncludeIncludeNode()
2289 if (node->type != XML_ELEMENT_NODE) in xmlXIncludeTestNode()
2310 if ((child->type == XML_ELEMENT_NODE) && in xmlXIncludeTestNode()
[all …]
Derror.c275 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in xmlReportError()
529 ((i < 10) && (node != NULL) && (node->type != XML_ELEMENT_NODE)); in __xmlRaiseError()
536 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in __xmlRaiseError()
575 prev->type = XML_ELEMENT_NODE; in __xmlRaiseError()
Dxpath.c175 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt()
176 if (node2->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt()
208 if (node1->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt()
226 if ((node1 == NULL) || (node1->type != XML_ELEMENT_NODE) || in xmlXPathCmpNodesExt()
246 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt()
262 if (node2->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt()
276 if ((node2 == NULL) || (node2->type != XML_ELEMENT_NODE) || in xmlXPathCmpNodesExt()
301 if (cur->type == XML_ELEMENT_NODE) in xmlXPathCmpNodesExt()
348 if ((node1->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodesExt()
349 (node2->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodesExt()
[all …]
Dxmlsave.c818 ((cur->type == XML_ELEMENT_NODE) || in xmlNodeListDumpOutput()
1057 if (((cur->type == XML_ELEMENT_NODE) || (cur->content == NULL)) && in xmlNodeDumpOutputInternal()
1068 if ((cur->type != XML_ELEMENT_NODE) && (cur->content != NULL)) { in xmlNodeDumpOutputInternal()
1272 if (node->type != XML_ELEMENT_NODE) in xhtmlIsEmpty()
1427 (cur->type == XML_ELEMENT_NODE)) in xhtmlNodeListDumpOutput()
1598 if ((cur->type == XML_ELEMENT_NODE) && in xhtmlNodeDumpOutput()
1624 if ((cur->type == XML_ELEMENT_NODE) && (cur->children == NULL)) { in xhtmlNodeDumpOutput()
1685 if ((cur->type != XML_ELEMENT_NODE) && (cur->content != NULL)) { in xhtmlNodeDumpOutput()
1697 if ((cur->type == XML_ELEMENT_NODE) && in xhtmlNodeDumpOutput()
Dc14n.c618 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessNamespacesAxis()
725 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlExcC14NProcessNamespacesAxis()
1149 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessAttrsAxis()
1370 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NCheckForRelativeNamespaces()
1427 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessElementNode()
1541 case XML_ELEMENT_NODE: in xmlC14NProcessNode()
Drunxmlconf.c459 if (cur->type == XML_ELEMENT_NODE) { in xmlconfTestCases()
493 if (cur->type == XML_ELEMENT_NODE) { in xmlconfTestSuite()
Drelaxng.c45 (node->type == XML_ELEMENT_NODE) && \
3494 while ((node != NULL) && (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGGetDataTypeLibrary()
4766 while ((tmp != NULL) && (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGProcessExternalRef()
7017 if (cur->type == XML_ELEMENT_NODE) { in xmlRelaxNGCleanupTree()
7024 (cur->parent->type == XML_ELEMENT_NODE) && in xmlRelaxNGCleanupTree()
7046 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
7156 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
7236 (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
7383 (cur->parent->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
8008 case XML_ELEMENT_NODE: in xmlRelaxNGValidateCompiledContent()
[all …]
Dvalid.c490 case XML_ELEMENT_NODE: in xmlValidPrintNode()
4884 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType()
4901 ret = ((NODE->type == XML_ELEMENT_NODE) && in xmlValidateElementType()
4925 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType()
5196 case XML_ELEMENT_NODE: in xmlSnprintfElements()
5325 case XML_ELEMENT_NODE: in xmlValidateElementContent()
5419 case XML_ELEMENT_NODE: in xmlValidateElementContent()
5561 (elem->type != XML_ELEMENT_NODE)) in xmlValidateOneCdataElement()
6045 case XML_ELEMENT_NODE: in xmlValidateOneElement()
6099 if (child->type == XML_ELEMENT_NODE) { in xmlValidateOneElement()
[all …]
DSAX2.c1674 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2StartElement()
2260 ret->type = XML_ELEMENT_NODE; in xmlSAX2StartElementNs()
2345 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2StartElementNs()
2709 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2ProcessingInstruction()
2770 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2Comment()
Dschematron.c48 ((node != NULL) && (node->type == XML_ELEMENT_NODE ) && \
56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
Dtestrecurse.c425 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in testStructuredErrorHandler()
Dtestlimits.c517 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in testStructuredErrorHandler()
Dparser.c2851 if ((ctxt->node->type != XML_ELEMENT_NODE) && in areBlanks()
7333 (nw->type == XML_ELEMENT_NODE) && in xmlParseReference()
13467 (cur->type == XML_ELEMENT_NODE)) { in xmlParseBalancedChunkMemoryInternal()
13544 case XML_ELEMENT_NODE: in xmlParseInNodeContext()
13558 while ((node != NULL) && (node->type != XML_ELEMENT_NODE) && in xmlParseInNodeContext()
13564 if (node->type == XML_ELEMENT_NODE) in xmlParseInNodeContext()
13634 if (node->type == XML_ELEMENT_NODE) { in xmlParseInNodeContext()
13640 while ((cur != NULL) && (cur->type == XML_ELEMENT_NODE)) { in xmlParseInNodeContext()
Dxmlschemas.c2190 (node->type != XML_ELEMENT_NODE) && in xmlSchemaFormatNodeForError()
9599 } else if ((cur->type != XML_ELEMENT_NODE) && in xmlSchemaCleanupDoc()
22537 if (nodeType == XML_ELEMENT_NODE) in xmlSchemaXPathEvaluate()
24183 info->nodeType = XML_ELEMENT_NODE; in xmlSchemaGetFreshElemInfo()
27019 ret = xmlSchemaXPathEvaluate(vctxt, XML_ELEMENT_NODE); in xmlSchemaValidateElem()
27078 if (nodeType == XML_ELEMENT_NODE) in xmlSchemaVReaderWalk()
27090 if (nodeType == XML_ELEMENT_NODE) { in xmlSchemaVReaderWalk()
27952 if (node->type == XML_ELEMENT_NODE) { in xmlSchemaVDocWalk()
28059 if (node->type == XML_ELEMENT_NODE) { in xmlSchemaVDocWalk()
28219 if ((ctxt == NULL) || (elem == NULL) || (elem->type != XML_ELEMENT_NODE)) in xmlSchemaValidateOneElement()
/external/libxml2/doc/examples/
Dtree1.c36 if (cur_node->type == XML_ELEMENT_NODE) { in print_element_names()
Dxpath1.c229 } else if(nodes->nodeTab[i]->type == XML_ELEMENT_NODE) { in print_xpath_nodes()
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp186 if (pXmlNode->type == XML_ELEMENT_NODE) { in getParentElement()
253 if (_pCurNode->type == XML_ELEMENT_NODE) { in next()
/external/libxml2/python/
Dlibxml.c2518 if ((cur != NULL) && (cur->type == XML_ELEMENT_NODE)) in libxml_properties()
2626 case XML_ELEMENT_NODE: in libxml_children()
2669 case XML_ELEMENT_NODE: in libxml_last()
2759 case XML_ELEMENT_NODE: in libxml_type()
2851 if ((node == NULL) || (node->type != XML_ELEMENT_NODE)) { in libxml_xmlNodeGetNsDefs()
2876 if ((node == NULL) || (node->type != XML_ELEMENT_NODE)) { in libxml_xmlNodeRemoveNsDef()
2922 ((node->type != XML_ELEMENT_NODE) && in libxml_xmlNodeGetNs()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c382 return ((xmlNodePtr) node)->type == XML_ELEMENT_NODE; in xml_node_is_element()
/external/libxml2/include/libxml/
Dtree.h160 XML_ELEMENT_NODE= 1, enumerator
516 ((n)->type == XML_ELEMENT_NODE ? NULL : (n)->content)

12