com.sun.xml.txw2
Interface NamespaceResolver


public interface NamespaceResolver

Used by DatatypeWriter to declare additional namespaces.

Author:
Kohsuke Kawaguchi
See Also:
DatatypeWriter

Method Summary
 String getPrefix(String nsUri)
          Allocates a prefix for the specified URI and returns it.
 

Method Detail

getPrefix

String getPrefix(String nsUri)
Allocates a prefix for the specified URI and returns it.

Parameters:
nsUri - the namespace URI to be declared. Can be empty but must not be null.
Returns:
the empty string if the URI is bound to the default namespace. Otherwise a non-empty string that represents a prefix.


Copyright © 2012 Oracle. All Rights Reserved.