public interface Namespaces
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDeclaredPrefixes()
Get the declared prefixes.
|
String |
getNamespaceURI(String prefix)
Get Namespace URI bound to a prefix.
|
String |
getPrefix(String namespaceURI)
Get prefix bound to Namespace URI.
|
List<String> |
getPrefixes(String namespaceURI)
Get prefixes bound to Namespace URI.
|
Set<String> getDeclaredPrefixes()
String getNamespaceURI(String prefix)
prefix - prefix to look upString getPrefix(String namespaceURI)
namespaceURI - URI of the Namespace to look upList<String> getPrefixes(String namespaceURI)
namespaceURI - URI of the Namespace to look up
Copyright (C) 2014-2016, Center for Open Middleware