Uses of Interface
org.castor.xml.XMLNaming

Packages that use XMLNaming
org.castor.xml   
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.util   
 

Uses of XMLNaming in org.castor.xml
 

Methods in org.castor.xml that return XMLNaming
 XMLNaming InternalContext.getXMLNaming()
          Returns the naming conventions to use for the XML framework.
 XMLNaming AbstractInternalContext.getXMLNaming()
          Returns the naming conventions to use for the XML framework.
 XMLNaming InternalContext.getXMLNaming(ClassLoader classLoader)
          Returns the naming conventions to use for the XML framework.
 XMLNaming AbstractInternalContext.getXMLNaming(ClassLoader classLoader)
          Deprecated. Makes no sence!
 

Methods in org.castor.xml with parameters of type XMLNaming
 void InternalContext.setXMLNaming(XMLNaming xmlNaming)
          To set the XMLNaming property.
 void AbstractInternalContext.setXMLNaming(XMLNaming xmlNaming)
           
 

Uses of XMLNaming in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement XMLNaming
 class AbstractXMLNaming
          An abstract class to handing XML naming
 

Methods in org.exolab.castor.xml that return XMLNaming
static XMLNaming AbstractXMLNaming.getInstance()
          Returns the default instance of XMLNaming.
 

Methods in org.exolab.castor.xml with parameters of type XMLNaming
 void Introspector.setNaming(XMLNaming naming)
          Sets the Naming conventions to be used by the Introspector
 

Uses of XMLNaming in org.exolab.castor.xml.util
 

Classes in org.exolab.castor.xml.util that implement XMLNaming
 class DefaultNaming
          The default implementation of org.exolab.castor.xml.Naming
 



Copyright © 2011. All Rights Reserved.