|
SYNOPSIS
string xmlTreeGetName(xmlNode node)
Parameters:
-
node - the xmlNode you want the name of
Returns:
DESCRIPTION
xmlTreeGetName() 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 ALSO
xmlTreeGetName,
xmlTreeGetContent,
xmlTreeGetAllContent,
xmlTreeGetLine,
xmlTreeGetType,
xmlTreeIsBlankNode,
xmlTreeGetAttributeContent
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|