All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface oracle.xml.parser.v2.NSResolver

public interface NSResolver
This interface provides support for resolving Namespaces


Method Index

 o resolveNamespacePrefix(String)
Find the namespace definition in scope for a given namespace prefix

Methods

 o resolveNamespacePrefix
 public abstract String resolveNamespacePrefix(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)

All Packages  Class Hierarchy  This Package  Previous  Next  Index