Back to FabImage Studio website

You are here: Start » Filter Reference » System » Xml » AccessXmlNode

AccessXmlNode


Module: FoundationLite

Gets information from the XmlNode object.

Name Type Description
Input value inNode XmlNode
Output value outChildren XmlNodeArray Children nodes of the inNode.
Output value outAttributeNames StringArray List of attributes names.
Output value outAttributeValues StringArray List of attributes values.
Output value outName String Node name.
Output value 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