Home
last modified time | relevance | path

Searched refs:xmlNs (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h386 typedef struct _xmlNs xmlNs; typedef
387 typedef xmlNs *xmlNsPtr;
443 xmlNs *ns; /* pointer to the associated namespace */
500 xmlNs *ns; /* pointer to the associated namespace */
503 xmlNs *nsDef; /* namespace definitions on this node */
/external/libxml2/
Dc14n.c260 xmlNs ns; in xmlC14NIsNodeInNodeset()
654 static xmlNs ns_default; in xmlC14NProcessNamespacesAxis()
821 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis()
830 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis()
Dtree.c751 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlNewNs()
756 memset(cur, 0, sizeof(xmlNs)); in xmlNewNs()
5947 ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlTreeEnsureXMLDecl()
5953 memset(ns, 0, sizeof(xmlNs)); in xmlTreeEnsureXMLDecl()
5993 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlSearchNs()
5998 memset(cur, 0, sizeof(xmlNs)); in xmlSearchNs()
6126 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlSearchNsByHref()
6131 memset(cur, 0, sizeof(xmlNs)); in xmlSearchNsByHref()
9539 cloneNs = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlDOMWrapCloneNode()
9545 memset(cloneNs, 0, sizeof(xmlNs)); in xmlDOMWrapCloneNode()
Dxpath.c562 static xmlNs xmlXPathXMLNamespaceStruct = {
3482 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlXPathNodeSetDupNs()
3487 memset(cur, 0, sizeof(xmlNs)); in xmlXPathNodeSetDupNs()
Drelaxng.c3782 xmlNs ns; in xmlRelaxNGCompareNameClasses()
DChangeLog2120 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/python/
Dlibxml.py506 __tmp = xmlNs(_obj=ret)
583 return xmlNs(_obj=o)
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle56 * 1) xmlNs gets an additional field @context (a xmlDoc)
57 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
392 * xmlNs:
405 d xmlNs ds based(xmlNsPtr)
568 * A function called to acquire namespaces (xmlNs) from the wrapper.
/external/libxml2/doc/html/
Dindex.sgml507 <ANCHOR id="xmlNs" href="libxml/libxml-tree.html#xmlNs">