All Classes |Grouped Classes |Index

Function get_local_name

Returns local part of the qualified name of this node.

	CL_DomString CL_DomNode::get_local_name();

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.