Start » Filter Reference » System » Xml » AccessXmlNode
Module: | FoundationLite |
---|
Gets information from the XmlNode object.
Name | Type | Description | |
---|---|---|---|
inNode | XmlNode | ||
outChildren | XmlNodeArray | Children nodes of the inNode. | |
outAttributeNames | StringArray | List of attributes names. | |
outAttributeValues | StringArray | List of attributes values. | |
outName | String | Node name. | |
outText | String | Text value if node is a text node. |
Remarks
Read more about how to handle XML in Working with XML Trees article.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid XmlNode in AccessXmlNode. |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- Xml_CreateNode – Creates a new XmlNode.