- Enclosing interface:
Parser
public static interface Parser.NamespaceMap
Interface giving access to namespace URI from the prefix.
-
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI
(String nsPrefix) Gets the namespace URI associated to the given prefix.
-
Method Details
-
getNamespaceURI
Gets the namespace URI associated to the given prefix.- Parameters:
nsPrefix
- the namespace prefix.- Returns:
- the namespace URI string.
-