Returns the namespace prefix of the node.
CL_DomString CL_DomNode::get_prefix();
Detailed description:
For nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, such as create_element from the Document interface, this is always an empty string.