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)
XMLNaming
createXMLName
in interface XMLNaming
c
- the Class to create the XML Name forpublic abstract String toXMLName(String name)
XMLNaming
public static final XMLNaming getInstance()
org.exolab.castor.util.AbstractProperties
Copyright © 2016. All rights reserved.