Class Impl.ChainedContext
java.lang.Object
org.joox.Impl.ChainedContext
- All Implemented Interfaces:
NamespaceContext
- Enclosing class:
Impl
A namespace context that is aware of this Impl's configured namespaces,
as well as a chained context.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringgetNamespaceURI(String prefix) final Stringfinal IteratorgetPrefixes(String namespaceURI)
-
Field Details
-
chained
-
-
Constructor Details
-
ChainedContext
ChainedContext(NamespaceContext chained)
-
-
Method Details
-
getPrefixes
- Specified by:
getPrefixesin interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefixin interfaceNamespaceContext
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceNamespaceContext
-