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 String
getNamespaceURI
(String prefix) final String
final Iterator
getPrefixes
(String namespaceURI)
-
Field Details
-
chained
-
-
Constructor Details
-
ChainedContext
ChainedContext(NamespaceContext chained)
-
-
Method Details
-
getPrefixes
- Specified by:
getPrefixes
in interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefix
in interfaceNamespaceContext
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceNamespaceContext
-