Struct libxml2.Ns
An XML namespace. Note that prefix == NULL is valid, it defines the default namespace within the subtree (until overridden). xmlNsType is unified with xmlElementType.
Methods / Constructors
|
XPathNodeSetFreeNs
()
:
none
Namespace nodes in libxml don't match the XPath semantic.
Namespace nodes in libxml don't match the XPath semantic. In a node set the namespace nodes are duplicated and the next pointer is set to the parent node in the XPath semantic. Check if such a node needs to be freed
- Returns:
-
none
|
libxml2.Ns
|
Used by These Methods / Signals / Properties
libxml2.NodeSet
Method
|
XPathNodeSetAddNs
( Node node, Ns ns)
:
none
add a new namespace node to an existing NodeSet
|