public interface XMLNaming
Modifier and Type | Method and Description |
---|---|
String |
createXMLName(Class c)
Deprecated.
because this method removes the package part which is JavaNaming responsibility
|
String |
toXMLName(String name)
Converts the given String to an XML name.
|
String createXMLName(Class c)
c
- the Class to create the XML Name forCopyright © 2014. All rights reserved.