Type Definition libxml::bindings::xmlNs[][src]

type xmlNs = _xmlNs;

xmlNs:

An XML namespace. Note that prefix == NULL is valid, it defines the default namespace within the subtree (until overridden).

xmlNsType is unified with xmlElementType.