Package net.sf.saxon.om
Class InScopeNamespaces
- java.lang.Object
-
- net.sf.saxon.om.InScopeNamespaces
-
- All Implemented Interfaces:
java.lang.Iterable<NamespaceBinding>,NamespaceBindingSet
public class InScopeNamespaces extends java.lang.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()java.util.Iterator<NamespaceBinding>iterator()Returns an iterator over the in-scope namespace bindings of the element.
-
-
-
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:
iteratorin interfacejava.lang.Iterable<NamespaceBinding>- Returns:
- an Iterator.
-
-