Package org.kuali.rice.ken.util
Class CompoundNamespaceContext
java.lang.Object
org.kuali.rice.ken.util.CompoundNamespaceContext
- All Implemented Interfaces:
NamespaceContext
XPath NamespaceContext implementation that delegates in sequence to a list of NamespaceContexts,
returning the first match.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionCompoundNamespaceContext(List<NamespaceContext> contexts) CompoundNamespaceContext(NamespaceContext first, NamespaceContext second) -
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI(String prefix) getPrefixes(String namespaceURI)
-
Constructor Details
-
CompoundNamespaceContext
-
CompoundNamespaceContext
-
-
Method Details
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefixin interfaceNamespaceContext
-
getPrefixes
- Specified by:
getPrefixesin interfaceNamespaceContext
-