Method Parser.XML.Tree.AbstractSimpleNode()->`[]()
- Method `[]
AbstractSimpleNoderes =Parser.XML.Tree.AbstractSimpleNode()[pos]- Description
The [] operator indexes among the node children, so
node[0]returns the first node andnode[-1]the last.- Note
The [] operator will select a node from all the nodes children, not just its element children.