Home
last modified time | relevance | path

Searched refs:XML_ELEMENT_NODE (Results 1 – 25 of 37) 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()
1863 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) { in xmlNewPropInternal()
2263 cur->type = XML_ELEMENT_NODE; in xmlNewNode()
2306 cur->type = XML_ELEMENT_NODE; in xmlNewNodeEatName()
2525 if (parent->type == XML_ELEMENT_NODE) { in xmlNewTextChild()
2546 cur->type = XML_ELEMENT_NODE; in xmlNewTextChild()
2828 if(tree->type == XML_ELEMENT_NODE) { in xmlSetTreeDoc()
2924 if (parent->type == XML_ELEMENT_NODE) { in xmlNewChild()
[all …]
Dxmlreader.c449 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList()
455 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNodeList()
461 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList()
473 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList()
536 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode()
542 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNode()
548 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode()
561 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode()
1189 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity()
1205 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity()
[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 …]
DHTMLtree.c63 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding()
81 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding()
99 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding()
190 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding()
208 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding()
232 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding()
771 case XML_ELEMENT_NODE: in htmlNodeDumpFormatOutput()
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()
1609 case XML_ELEMENT_NODE: in xmlXPtrBuildNodeList()
1693 case XML_ELEMENT_NODE: in xmlXPtrNbLocChildren()
1696 if (node->type == XML_ELEMENT_NODE) in xmlXPtrNbLocChildren()
1984 case XML_ELEMENT_NODE: in xmlXPtrCoveringRange()
2105 case XML_ELEMENT_NODE: in xmlXPtrInsideRange()
2137 case XML_ELEMENT_NODE: in xmlXPtrInsideRange()
2281 if ((cur->type != XML_ELEMENT_NODE) && in xmlXPtrAdvanceNode()
[all …]
Dpattern.c526 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
549 if ((node->type != XML_ELEMENT_NODE) && in xmlPatMatch()
561 if ((lst->type == XML_ELEMENT_NODE) && in xmlPatMatch()
641 if ((node->type == XML_ELEMENT_NODE) && in xmlPatMatch()
668 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
681 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
1628 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1687 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1696 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1704 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
[all …]
Dxinclude.c899 if ((cur->type == XML_ELEMENT_NODE) || in xmlXIncludeGetNthChild()
1159 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer()
1179 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer()
1634 case XML_ELEMENT_NODE: in xmlXIncludeLoadDoc()
1727 if (node->type == XML_ELEMENT_NODE) { in xmlXIncludeLoadDoc()
2152 if ((children->type == XML_ELEMENT_NODE) && in xmlXIncludeLoadNode()
2213 (cur->parent->type != XML_ELEMENT_NODE)) { in xmlXIncludeIncludeNode()
2218 if (tmp->type == XML_ELEMENT_NODE) in xmlXIncludeIncludeNode()
2299 if (node->type != XML_ELEMENT_NODE) in xmlXIncludeTestNode()
2320 if ((child->type == XML_ELEMENT_NODE) && in xmlXIncludeTestNode()
[all …]
Dxpath.c186 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt()
187 if (node2->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt()
219 if (node1->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt()
237 if ((node1 == NULL) || (node1->type != XML_ELEMENT_NODE) || in xmlXPathCmpNodesExt()
257 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt()
273 if (node2->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt()
287 if ((node2 == NULL) || (node2->type != XML_ELEMENT_NODE) || in xmlXPathCmpNodesExt()
312 if (cur->type == XML_ELEMENT_NODE) in xmlXPathCmpNodesExt()
359 if ((node1->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodesExt()
360 (node2->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodesExt()
[all …]
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()
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()
Drelaxng.c45 (node->type == XML_ELEMENT_NODE) && \
3508 while ((node != NULL) && (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGGetDataTypeLibrary()
4785 while ((tmp != NULL) && (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGProcessExternalRef()
7047 if (cur->type == XML_ELEMENT_NODE) { in xmlRelaxNGCleanupTree()
7054 (cur->parent->type == XML_ELEMENT_NODE) && in xmlRelaxNGCleanupTree()
7076 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
7186 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
7266 (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
7413 (cur->parent->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree()
8038 case XML_ELEMENT_NODE: in xmlRelaxNGValidateCompiledContent()
[all …]
Dxmlsave.c889 case XML_ELEMENT_NODE: in xmlNodeDumpOutputInternal()
1069 if (cur->type == XML_ELEMENT_NODE) { in xmlNodeDumpOutputInternal()
1274 if (node->type != XML_ELEMENT_NODE) in xhtmlIsEmpty()
1463 case XML_ELEMENT_NODE: in xhtmlNodeDumpOutput()
1703 if (cur->type == XML_ELEMENT_NODE) { in xhtmlNodeDumpOutput()
Dvalid.c490 case XML_ELEMENT_NODE: in xmlValidPrintNode()
4927 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType()
4944 ret = ((NODE->type == XML_ELEMENT_NODE) && in xmlValidateElementType()
4968 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType()
5239 case XML_ELEMENT_NODE: in xmlSnprintfElements()
5368 case XML_ELEMENT_NODE: in xmlValidateElementContent()
5462 case XML_ELEMENT_NODE: in xmlValidateElementContent()
5604 (elem->type != XML_ELEMENT_NODE)) in xmlValidateOneCdataElement()
6087 case XML_ELEMENT_NODE: in xmlValidateOneElement()
6141 if (child->type == XML_ELEMENT_NODE) { in xmlValidateOneElement()
[all …]
/external/llvm-project/lldb/source/Host/common/
DXML.cpp233 if (node->type != XML_ELEMENT_NODE) in ForEachSiblingElement()
251 if (node->type != XML_ELEMENT_NODE) in ForEachSiblingElementWithName()
287 if (m_node->type == XML_ELEMENT_NODE) { in GetElementText()
368 return m_node->type == XML_ELEMENT_NODE; in IsElement()
/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/libabigail/src/
Dabg-reader.cc1356 if (!n || n->type != XML_ELEMENT_NODE) in walk_xml_node_to_map_type_ids()
1409 if (n->type != XML_ELEMENT_NODE) in read_translation_unit()
1509 || n->type != XML_ELEMENT_NODE) in read_translation_unit_from_input()
1606 if (!n || n->type != XML_ELEMENT_NODE) in read_symbol_db_from_input()
1655 if (n->type != XML_ELEMENT_NODE in build_needed()
1711 if (!n || n->type != XML_ELEMENT_NODE) in read_elf_needed_from_input()
2742 if (n->type != XML_ELEMENT_NODE) in build_namespace_decl()
2770 || node->type != XML_ELEMENT_NODE in build_elf_symbol()
3100 if (n->type != XML_ELEMENT_NODE) in build_function_decl()
3793 if (n->type != XML_ELEMENT_NODE) in build_function_type()
[all …]
Dabg-libxml-utils.cc430 if (n->type == XML_ELEMENT_NODE) in go_to_next_sibling_element_or_stay()
447 if (n == 0 || n->type != XML_ELEMENT_NODE) in advance_to_next_sibling_element()
/external/mesa3d/src/freedreno/rnn/
Drnn.c241 if (chain->type != XML_ELEMENT_NODE) { in parsevalue()
280 if (chain->type != XML_ELEMENT_NODE) { in parsespectype()
345 if (chain->type != XML_ELEMENT_NODE) { in parseenum()
376 if (chain->type != XML_ELEMENT_NODE) { in parsebitfield()
450 if (chain->type != XML_ELEMENT_NODE) { in parsebitset()
544 if (chain->type != XML_ELEMENT_NODE) { in trydelem()
611 if (chain->type != XML_ELEMENT_NODE) { in trydelem()
655 if (chain->type != XML_ELEMENT_NODE) { in parsegroup()
731 if (chain->type != XML_ELEMENT_NODE) { in parsedomain()
756 if (chain->type != XML_ELEMENT_NODE) { in parsecopyright()
[all …]
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp184 if (pXmlNode->type == XML_ELEMENT_NODE) { in getParentElement()
251 if (_pCurNode->type == XML_ELEMENT_NODE) { in next()
/external/libxml2/fuzz/
Dxml.c89 if (xmlTextReaderNodeType(reader) == XML_ELEMENT_NODE) { in LLVMFuzzerTestOneInput()
/external/libxml2/python/
Dlibxml.c2519 if ((cur != NULL) && (cur->type == XML_ELEMENT_NODE)) in libxml_properties()
2627 case XML_ELEMENT_NODE: in libxml_children()
2670 case XML_ELEMENT_NODE: in libxml_last()
2760 case XML_ELEMENT_NODE: in libxml_type()
2852 if ((node == NULL) || (node->type != XML_ELEMENT_NODE)) { in libxml_xmlNodeGetNsDefs()
2877 if ((node == NULL) || (node->type != XML_ELEMENT_NODE)) { in libxml_xmlNodeRemoveNsDef()
2923 ((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