xmlTreeGetName

SYNOPSIS

string xmlTreeGetName(xmlNode node)

Parameters:

  • node - the xmlNode you want the name of

Returns:

  • the name of node


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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.