use of pencils in Extenso
xml functions
A simple extractor for a XML element
Get attribute for current node.
Return child for current node.
Read the value of a node, this can be either the text carried directly by this node if it's a TEXT node or the aggregate string of the values carried by this node child's (TEXT and ENTITY_REF). Entity references are substituted.
Return or loop threw all children of current node.
Free an xml structure.
Check if the current node has child.
Return number of child for current node.
Initialise xml with a new xml.
Get next node of the current node.
Get parent node of the current node.
Get the name of the current element prefix in xml structure.
Get previous node of the current node.
Build the string equivalent to the text contained in the Node list made of TEXTs and ENTITY_REFs.
Get type of current node.
© 2024 extenso Inc. All rights reserved.