Axl XML node type definition. This type reference represents a single XML node. To create a xml node you can use:
To get the node name or if the node have childs or if it is empty, you can use the following functions:
To get the axlNode content you can use the following functions:
For attributes manipulation, you can using the following functions to set them and retrieve them:
To retrive childs number or childs inside the given axlNode you can use the following function:
You can also use the following functions to get the parent node for a provided xml node child and the next xml node found at the same level, for a provided xml node reference.
Check the axlNode API for more information.
|