nameSpaceURIToPackage(URI uri) Generates a Java package name from a URI according to the
algorithm outlined in JAXB 2.0.
Parameters: namespaceURI - the namespace URI.
namespaceURIToPackage(String namespaceURI) Generates a Java package name from a URI according to the
algorithm outlined in JAXB 2.0.
Parameters: namespaceURI - the namespace URI.
Generates a Java package name from a URI according to the
algorithm outlined in JAXB 2.0.
Parameters: namespaceURI - the namespace URI. the package name.
nameToIdentifier
public static String nameToIdentifier(String name, IdentifierType type)(Code)
Converts an XML name to a Java identifier according to the mapping
algorithm outlines in the JAXB specification
Parameters: name - the XML name the Java identifier
Generates a Java package name from a URI according to the
algorithm outlined in JAXB 2.0.
Parameters: namespaceURI - the namespace URI. the package name.