Package net.sf.saxon.om
Interface NamespaceBindingSet
-
- All Superinterfaces:
Iterable<NamespaceBinding>
- All Known Implementing Classes:
NamespaceBinding
,NamespaceDeltaMap
,NamespaceMap
public interface NamespaceBindingSet extends Iterable<NamespaceBinding>
Represents a set of namespace bindings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getURI(String prefix)
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-