Method
PurpleXmlNodeget_default_namespace
unstable since: 3.0
Declaration [src]
const char*
purple_xmlnode_get_default_namespace (
const PurpleXmlNode* node
)
Description [src]
Returns the current default namespace. The default namespace is the current namespace which applies to child elements which are unprefixed and which do not contain their own namespace.
For example, given:
The default namespace of all nodes (including ‘child1’) is “jabber:client”, though the namespace for ‘element’ is “http://example.org/ns1”.
Available since: 3.0