XMLNaming contains all methods required by Castor to build valid XML names.
It was originally an abstract class by Keith Visco
for which I create this interface.
Deprecated.because this method removes the package part which is JavaNaming responsibility
Creates the XML Name for the given class The actual
behavior of this method is determined by the
implementation. The only restriction is that the name
returned must be a valid xml name.
Converts the given String to an XML name. The actual
behavior of this method is determined by the
implementation. The only restriction is that the name
returned must be a valid xml name.