XMLNamingDefaultNamingpublic abstract class AbstractXMLNaming extends java.lang.Object implements XMLNaming
| Constructor | Description | 
|---|---|
AbstractXMLNaming() | 
| Modifier and Type | Method | Description | 
|---|---|---|
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. 
 | 
public abstract java.lang.String createXMLName(java.lang.Class c)
XMLNamingcreateXMLName in interface XMLNamingc - the Class to create the XML Name forpublic abstract java.lang.String toXMLName(java.lang.String name)
XMLNamingpublic static final XMLNaming getInstance()
org.exolab.castor.util.AbstractPropertiesIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com