Searched refs:xmlNs (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/include/libxml/ |
D | tree.h | 387 typedef struct _xmlNs xmlNs; typedef 388 typedef xmlNs *xmlNsPtr; 444 xmlNs *ns; /* pointer to the associated namespace */ 501 xmlNs *ns; /* pointer to the associated namespace */ 504 xmlNs *nsDef; /* namespace definitions on this node */
|
/external/libxml2/python/ |
D | libxml.py | 506 __tmp = xmlNs(_obj=ret) 583 return xmlNs(_obj=o)
|
/external/libxml2/ |
D | c14n.c | 261 xmlNs ns; in xmlC14NIsNodeInNodeset() 662 static xmlNs ns_default; in xmlC14NProcessNamespacesAxis() 829 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis() 838 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis()
|
D | tree.c | 757 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlNewNs() 762 memset(cur, 0, sizeof(xmlNs)); in xmlNewNs() 6019 ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlTreeEnsureXMLDecl() 6025 memset(ns, 0, sizeof(xmlNs)); in xmlTreeEnsureXMLDecl() 6065 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlSearchNs() 6070 memset(cur, 0, sizeof(xmlNs)); in xmlSearchNs() 6198 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlSearchNsByHref() 6203 memset(cur, 0, sizeof(xmlNs)); in xmlSearchNsByHref() 9620 cloneNs = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlDOMWrapCloneNode() 9626 memset(cloneNs, 0, sizeof(xmlNs)); in xmlDOMWrapCloneNode()
|
D | xpath.c | 558 static xmlNs xmlXPathXMLNamespaceStruct = { 3523 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlXPathNodeSetDupNs() 3528 memset(cur, 0, sizeof(xmlNs)); in xmlXPathNodeSetDupNs()
|
D | relaxng.c | 3799 xmlNs ns; in xmlRelaxNGCompareNameClasses()
|
D | ChangeLog | 2120 namespaces are hold on xmlNs->href. I think this would be 2121 worth an investigation: if we can add a @doc field to xmlNs 13206 * include/libxml/tree.h: added _private member to xmlNs struct 17786 like namespaces for good. Unified xmlNs and xmlNode somewhat.
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 57 * 1) xmlNs gets an additional field @context (a xmlDoc) 58 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc. 402 * xmlNs: 415 d xmlNs ds based(xmlNsPtr) 579 * A function called to acquire namespaces (xmlNs) from the wrapper.
|
/external/llvm-project/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 600 xmlNs Temp; in checkAndStripPrefixes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 600 xmlNs Temp; in checkAndStripPrefixes()
|
/external/libxml2/doc/html/ |
D | index.sgml | 507 <ANCHOR id="xmlNs" href="libxml/libxml-tree.html#xmlNs">
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 34948 …<typedef-decl name='xmlNs' type-id='d9290684' filepath='external/libxml2/include/libxml/tree.h' li…
|