public interface PrefixResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prefixToNamespace(java.lang.String prefix)
Given a namespace prefix, return the corresponding namespace URI,
or null if the namespace prefix is not known.
|