org.gxml.xs
Interface SmPrefixResolver<S>


public interface SmPrefixResolver<S>


Method Summary
 S getNamespaceURI(java.lang.String prefix)
          Look up a prefix and get the mapped Namespace URI.
 

Method Detail

getNamespaceURI

S getNamespaceURI(java.lang.String prefix)
Look up a prefix and get the mapped Namespace URI.

Parameters:
prefix - The prefix to look up, cannot be null.
Returns:
The associated Namespace URI, or null if the prefix mapping does not exist.


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.