SYNOPSISstring xmlTreeGetName(xmlNode node)
Parameters:
node
- the xmlNode
you want the name of
Returns:
node
DESCRIPTIONxmlTreeGetName()
gets the name of the node node
. For
elements and attributes, this is the name of the element or
attribute. For things without names, like text nodes, a constant value
is returned (text
in the case of text nodes).
EXAMPLE<$name = (xmlTreeGetName($node))>
SEE ALSOxmlTreeGetName
,
xmlTreeGetContent
,
xmlTreeGetAllContent
,
xmlTreeGetLine
,
xmlTreeGetType
,
xmlTreeIsBlankNode
,
xmlTreeGetAttributeContent