Class SelfAxisIterator

  • All Implemented Interfaces:
    Iterator

    public class SelfAxisIterator
    extends SingleObjectIterator
    Represents the XPath self axis. The "self axis contains just the context node itself."
    Version:
    1.1.1
    • Constructor Detail

      • SelfAxisIterator

        public SelfAxisIterator​(Object node)
        Create a new self axis iterator.
        Parameters:
        node - the node to start from