Interface NamespaceContext
- All Known Implementing Classes:
SimpleNamespaceContext
public interface NamespaceContext
Interface used by XpathEngine in order to map prefixes to namespace URIs.
This is modelled after javax.xml.namespace.NamespaceContext but reduced to our needs.
-
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI(String prefix) Obtain the URI for a given prefix.Get all prefixes of this context.
-
Method Details
-
getNamespaceURI
-
getPrefixes
-