Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.xml.parser.v2
Interface NSResolver

All Known Implementing Classes:
XMLElement

public interface NSResolver

This interface provides support for resolving Namespaces


Method Summary
 java.lang.String resolveNamespacePrefix(java.lang.String prefix)
          Find the namespace definition in scope for a given namespace prefix

 

Method Detail

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)

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2003, 2006, Oracle. All rights reserved.