public abstract class AbstractXMLNaming extends Object implements XMLNaming
| Constructor and Description |
|---|
AbstractXMLNaming() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public abstract String createXMLName(Class c)
XMLNamingcreateXMLName in interface XMLNamingc - the Class to create the XML Name forpublic abstract String toXMLName(String name)
XMLNamingpublic static final XMLNaming getInstance()
org.exolab.castor.util.AbstractPropertiesCopyright © 2021. All rights reserved.