|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.xml.AbstractXMLNaming
public abstract class AbstractXMLNaming
An abstract class to handing XML naming
| Constructor Summary | |
|---|---|
AbstractXMLNaming()
|
|
| Method Summary | |
|---|---|
abstract String |
createXMLName(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 String |
toXMLName(String name)
Converts the given String to an XML name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractXMLNaming()
| Method Detail |
|---|
public abstract String createXMLName(Class c)
XMLNaming
createXMLName in interface XMLNamingc - the Class to create the XML Name for
public abstract String toXMLName(String name)
XMLNaming
toXMLName in interface XMLNamingpublic static final XMLNaming getInstance()
org.exolab.castor.util.AbstractProperties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||