oracle.xml.parser.v2
Interface NSResolver
- All Known Implementing Classes:
- XMLElement
- public interface NSResolver
This interface provides support for resolving Namespaces
Type | Method |
java.lang.String |
resolveNamespacePrefix(java.lang.String prefix)
Find the namespace definition in scope for a given namespace prefix |
resolveNamespacePrefix
public java.lang.String resolveNamespacePrefix(java.lang.String prefix)
- Find the namespace definition in scope for a given namespace prefix
- Parameters:
prefix
- Namespace prefix to be resolved- Returns:
- the resolved Namespace (null, if prefix could not be resolved)