|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.exolab.castor.xml.XMLNaming
An abstract class to handing XML naming
Constructor Summary | |
XMLNaming()
|
Method Summary | |
abstract java.lang.String |
createXMLName(java.lang.Class c)
Creates the XML Name for the given class The actual behavior of this method is determined by the implementation. |
static XMLNaming |
getInstance()
Returns the default instance of XMLNaming |
abstract java.lang.String |
toXMLName(java.lang.String name)
Converts the given String to an XML name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLNaming()
Method Detail |
public abstract java.lang.String createXMLName(java.lang.Class c)
c
- the Class to create the XML Name for
public abstract java.lang.String toXMLName(java.lang.String name)
public static final XMLNaming getInstance()
Configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |