com.sun.msv.datatype
public interface SerializationContext
Method Summary | |
---|---|
String | getNamespacePrefix(String namespaceURI)
get namespace prefix for the given namespace URI.
this method is used to convert QName.
|
Returns: prefix for this namespace URI. return null to indicate that this namespace URI is the default name space. In this case, QNames are converted into unqualified names (just the local names only as NCNames).