Package | Description |
---|---|
org.castor.xml | |
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.util |
Modifier and Type | Method and Description |
---|---|
XMLNaming |
AbstractInternalContext.getXMLNaming()
Returns the naming conventions to use for the XML framework.
|
XMLNaming |
InternalContext.getXMLNaming()
Returns the naming conventions to use for the XML framework.
|
XMLNaming |
AbstractInternalContext.getXMLNaming(ClassLoader classLoader)
Deprecated.
Makes no sence!
|
XMLNaming |
InternalContext.getXMLNaming(ClassLoader classLoader)
Returns the naming conventions to use for the XML framework.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInternalContext.setXMLNaming(XMLNaming xmlNaming) |
void |
InternalContext.setXMLNaming(XMLNaming xmlNaming)
To set the
XMLNaming property. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLNaming
An abstract class to handing XML naming
|
Modifier and Type | Method and Description |
---|---|
static XMLNaming |
AbstractXMLNaming.getInstance()
Returns the default instance of XMLNaming.
|
Modifier and Type | Method and Description |
---|---|
void |
Introspector.setNaming(XMLNaming naming)
Sets the Naming conventions to be used by the Introspector
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNaming
The default implementation of org.exolab.castor.xml.Naming
|
Copyright © 2024. All rights reserved.