Package org.apache.calcite.util
Class SimpleNamespaceContext
java.lang.Object
org.apache.calcite.util.SimpleNamespaceContext
- All Implemented Interfaces:
NamespaceContext
Simple
NamespaceContext implementation. Follows the standard
NamespaceContext contract, and is loadable via a Map-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI(String prefix) @Nullable StringgetPrefixes(String namespaceUri)
-
Constructor Details
-
SimpleNamespaceContext
-
-
Method Details
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefixin interfaceNamespaceContext
-
getPrefixes
- Specified by:
getPrefixesin interfaceNamespaceContext
-