SYNOPSISint xmlTreeGetLine(xmlNode node)
Parameters:
node - the xmlNode you want the line number of
Returns:
node occurs on
DESCRIPTIONxmlTreeGetLine() returns the line number of node.
Unlike the reader's xmlReaderGetLine() function, where the parser
may read ahead, the xmlTreeGetLine() function will be accurate.
EXAMPLE<$line = (xmlTreeGetLine($node))>
SEE ALSOxmlTreeGetName,
xmlTreeGetContent,
xmlTreeGetAllContent,
xmlTreeGetType,
xmlTreeIsBlankNode,
xmlTreeGetAttributeContent