Class InScopeNamespaces

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeInfo getElement()  
      java.util.Iterator<NamespaceBinding> iterator()
      Returns an iterator over the in-scope namespace bindings of the element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • InScopeNamespaces

        public InScopeNamespaces​(NodeInfo element)
    • Method Detail

      • getElement

        public NodeInfo getElement()
      • iterator

        public java.util.Iterator<NamespaceBinding> iterator()
        Returns an iterator over the in-scope namespace bindings of the element.
        Specified by:
        iterator in interface java.lang.Iterable<NamespaceBinding>
        Returns:
        an Iterator.