Skip to main content

xmlElementType_XML_NAMESPACE_DECL

Constant xmlElementType_XML_NAMESPACE_DECL 

Source
pub const xmlElementType_XML_NAMESPACE_DECL: xmlElementType = 18;
Expand description

An XPath namespace node.

Can only be returned by the XPath engine. Objects of this type are an xmlNs which has a completely different layout than xmlNode. The next member contains a pointer to the xmlNode element to which the namespace applies.

Nodes of this type must be handled with extreme care to avoid type confusion bugs.