| com.sun.xml.txw2.NamespaceResolver
All known Subclasses: com.sun.xml.txw2.StartTag,
Method Summary | |
String | getPrefix(String nsUri) Allocates a prefix for the specified URI and returns it.
Parameters: nsUri - the namespace URI to be declared. |
getPrefix | String getPrefix(String nsUri)(Code) | | 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.the empty string if the URI is bound to the default namespace.Otherwise a non-empty string that represents a prefix. |
|
|