Class XmlAttributeNodeIterator

  • All Implemented Interfaces:
    NodeIterator

    public class XmlAttributeNodeIterator
    extends Object
    implements NodeIterator
    Special node iterator for Attribute.
    Author:
    Justin Deoliveira (The Open Planning Project), Gabriel Roldan (Axios Engineering)
    • Method Detail

      • getPosition

        public int getPosition()
        Always return 1, only a single property.
        Specified by:
        getPosition in interface NodeIterator
      • setPosition

        public boolean setPosition​(int position)
        Return true if position == 1.
        Specified by:
        setPosition in interface NodeIterator
      • getNodePointer

        public NodePointer getNodePointer()
        Specified by:
        getNodePointer in interface NodeIterator