Package net.sf.saxon.om
Class InScopeNamespaces
- java.lang.Object
-
- net.sf.saxon.om.InScopeNamespaces
-
- All Implemented Interfaces:
Iterable<NamespaceBinding>,NamespaceBindingSet
public class InScopeNamespaces extends Object implements NamespaceBindingSet
Represents the set of all namespace bindings that are in scope for a particular element node
-
-
Constructor Summary
Constructors Constructor Description InScopeNamespaces(NodeInfo element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeInfogetElement()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 Iterator<NamespaceBinding> iterator()
Returns an iterator over the in-scope namespace bindings of the element.- Specified by:
iteratorin interfaceIterable<NamespaceBinding>- Returns:
- an Iterator.
-
-