Feedback

  • Contents
 

XML Get Attributes

This XML tool returns an iterator pointing to the first attribute of the list of attributes of an element. Use XML Get Next Node to retrieve the node at the current position and advance the iterator.

Note: The collection retrieved by this tool is "live." See description in XML Get Child Nodes.

Inputs

Node

Node of an Element whose attributes are to be retrieved. This node must be Element.

Outputs

Attribute Nodes

Iterator pointing to first item in the list of attributes of the element.

Exit Paths

Success

Child nodes were successfully retrieved.

Empty

Specified element has no attributes..

Failure

This path is taken if the operation fails.