Home
last modified time | relevance | path

Searched refs:XML_NAMESPACE_DECL (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/
Dxpointer.c146 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) in xmlXPtrGetArity()
169 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) in xmlXPtrGetIndex()
191 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) in xmlXPtrGetNthChild()
351 if ((start != NULL) && (start->type == XML_NAMESPACE_DECL)) in xmlXPtrNewRangeInternal()
353 if ((end != NULL) && (end->type == XML_NAMESPACE_DECL)) in xmlXPtrNewRangeInternal()
1422 if ((start == NULL) || (start->type == XML_NAMESPACE_DECL)) in xmlXPtrBuildRangeNodeList()
1427 if (end->type == XML_NAMESPACE_DECL) in xmlXPtrBuildRangeNodeList()
1613 case XML_NAMESPACE_DECL: in xmlXPtrBuildNodeList()
1812 (node->type == XML_NAMESPACE_DECL)) { in xmlXPtrStartPointFunction()
1908 (node->type == XML_NAMESPACE_DECL)) { in xmlXPtrEndPointFunction()
[all …]
Dxpath.c237 case XML_NAMESPACE_DECL: in xmlXPathCmpNodesExt()
285 case XML_NAMESPACE_DECL: in xmlXPathCmpNodesExt()
553 XML_NAMESPACE_DECL,
2399 (val->type == XML_NAMESPACE_DECL)) in xmlXPathCacheNewNodeSet()
3316 if ((node1->type == XML_NAMESPACE_DECL) || in xmlXPathCmpNodes()
3317 (node2->type == XML_NAMESPACE_DECL)) in xmlXPathCmpNodes()
3475 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3477 if ((node == NULL) || (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3489 cur->type = XML_NAMESPACE_DECL; in xmlXPathNodeSetDupNs()
3508 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetFreeNs()
[all …]
Dtree.c2807 if ((tree == NULL) || (tree->type == XML_NAMESPACE_DECL)) in xmlSetTreeDoc()
2854 if ((list == NULL) || (list->type == XML_NAMESPACE_DECL)) in xmlSetListDoc()
3011 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) { in xmlAddNextSibling()
3018 if ((elem == NULL) || (elem->type == XML_NAMESPACE_DECL)) { in xmlAddNextSibling()
3089 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) { in xmlAddPrevSibling()
3096 if ((elem == NULL) || (elem->type == XML_NAMESPACE_DECL)) { in xmlAddPrevSibling()
3167 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) { in xmlAddSibling()
3175 if ((elem == NULL) || (elem->type == XML_NAMESPACE_DECL)) { in xmlAddSibling()
3243 if ((parent == NULL) || (parent->type == XML_NAMESPACE_DECL)) { in xmlAddChildList()
3251 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) { in xmlAddChildList()
[all …]
Dxinclude.c879 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) in xmlXIncludeGetNthChild()
927 if ((start == NULL) || (start->type == XML_NAMESPACE_DECL)) in xmlXIncludeCopyRange()
932 if (end->type == XML_NAMESPACE_DECL) in xmlXIncludeCopyRange()
1188 case XML_NAMESPACE_DECL: in xmlXIncludeCopyXPointer()
1651 case XML_NAMESPACE_DECL: in xmlXIncludeLoadDoc()
1967 if ((fallback == NULL) || (fallback->type == XML_NAMESPACE_DECL) || in xmlXIncludeLoadFallback()
2194 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) in xmlXIncludeIncludeNode()
2369 if ((doc == NULL) || (tree == NULL) || (tree->type == XML_NAMESPACE_DECL)) in xmlXIncludeDoProcess()
2483 if ((tree == NULL) || (tree->type == XML_NAMESPACE_DECL) || in xmlXIncludeProcessTreeFlagsData()
2569 if ((tree == NULL) || (tree->type == XML_NAMESPACE_DECL) || in xmlXIncludeProcessTreeFlags()
[all …]
Dxmlreader.c355 if (cur->type == XML_NAMESPACE_DECL) { in xmlTextReaderFreeNodeList()
438 if (cur->type == XML_NAMESPACE_DECL) { in xmlTextReaderFreeNode()
1249 if ((node == NULL) || (node->type == XML_NAMESPACE_DECL)) in xmlTextReaderCollectSiblings()
2837 if (reader->curnode->type == XML_NAMESPACE_DECL) { in xmlTextReaderMoveToNextAttribute()
2902 } else if (reader->curnode->type == XML_NAMESPACE_DECL) { in xmlTextReaderReadAttributeValue()
3029 case XML_NAMESPACE_DECL: in xmlTextReaderNodeType()
3122 if (node->type == XML_NAMESPACE_DECL) { in xmlTextReaderLocalName()
3153 if (node->type == XML_NAMESPACE_DECL) { in xmlTextReaderConstLocalName()
3221 case XML_NAMESPACE_DECL: { in xmlTextReaderName()
3292 case XML_NAMESPACE_DECL: { in xmlTextReaderConstName()
[all …]
DdebugXML.c409 case XML_NAMESPACE_DECL: in xmlCtxtGenericNodeCheck()
726 if (ns->type != XML_NAMESPACE_DECL) { in xmlCtxtDumpNamespace()
996 case XML_NAMESPACE_DECL: in xmlCtxtDumpOneNode()
1072 if ((node->type != XML_NAMESPACE_DECL) && in xmlCtxtDumpNode()
1643 case XML_NAMESPACE_DECL: in xmlLsCountNode()
1708 case XML_NAMESPACE_DECL: in xmlLsOneNode()
1714 if (node->type != XML_NAMESPACE_DECL) { in xmlLsOneNode()
1770 case XML_NAMESPACE_DECL: { in xmlLsOneNode()
2019 } else if (node->type == XML_NAMESPACE_DECL) { in xmlShellList()
3269 XML_NAMESPACE_DECL)) { in xmlShell()
Dpattern.c512 if (node->type == XML_NAMESPACE_DECL) in xmlPatMatch()
593 (node->type == XML_NAMESPACE_DECL)) in xmlPatMatch()
634 (node->type == XML_NAMESPACE_DECL)) in xmlPatMatch()
Dxmlsave.c922 if (((cur->type != XML_NAMESPACE_DECL) && (cur->doc != NULL) && in xmlNodeDumpOutputInternal()
1027 if (cur->type == XML_NAMESPACE_DECL) { in xmlNodeDumpOutputInternal()
1468 if (cur->type == XML_NAMESPACE_DECL) { in xhtmlNodeDumpOutput()
Dc14n.c258 if(node->type != XML_NAMESPACE_DECL) { in xmlC14NIsNodeInNodeset()
1678 case XML_NAMESPACE_DECL: in xmlC14NProcessNode()
Dvalid.c546 case XML_NAMESPACE_DECL: in xmlValidPrintNode()
5234 case XML_NAMESPACE_DECL: in xmlSnprintfElements()
6424 (elem->type == XML_NAMESPACE_DECL)) in xmlValidateElement()
/external/libxml2/doc/examples/
Dxpath2.c180 if (nodes->nodeTab[i]->type != XML_NAMESPACE_DECL) in update_xpath_nodes()
Dxpath1.c217 if(nodes->nodeTab[i]->type == XML_NAMESPACE_DECL) { in print_xpath_nodes()
/external/libxml2/python/
Dlibxml.c2453 case XML_NAMESPACE_DECL:{ in libxml_name()
2497 case XML_NAMESPACE_DECL: in libxml_doc()
2555 case XML_NAMESPACE_DECL:{ in libxml_next()
2599 case XML_NAMESPACE_DECL: in libxml_prev()
2726 case XML_NAMESPACE_DECL: in libxml_parent()
2810 case XML_NAMESPACE_DECL: in libxml_type()
2971 if (node->type == XML_NAMESPACE_DECL) in libxml_serializeNode()
Dtypes.c460 if (node->type == XML_NAMESPACE_DECL) { in libxml_xmlXPathObjectPtrWrap()
/external/libxml2/include/libxml/
Dtree.h177 XML_NAMESPACE_DECL= 18, enumerator
374 #define XML_LOCAL_NAMESPACE XML_NAMESPACE_DECL
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle187 d XML_NAMESPACE_DECL...