Package net.sf.saxon.om
Class InScopeNamespaces
java.lang.Object
net.sf.saxon.om.InScopeNamespaces
- All Implemented Interfaces:
Iterable<NamespaceBinding>,NamespaceBindingSet
Represents the set of all namespace bindings that are in scope for a particular element node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()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, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
InScopeNamespaces
-
-
Method Details
-
getElement
-
iterator
Returns an iterator over the in-scope namespace bindings of the element.- Specified by:
iteratorin interfaceIterable<NamespaceBinding>- Returns:
- an Iterator.
-