|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.util.Configuration.Property
public static class Configuration.Property
Names of properties used in the configuration file.
Field Summary | |
---|---|
static java.lang.String |
Debug
Property specifying whether to run in debug mode. |
static java.lang.String |
FileName
The name of the configuration file. |
static java.lang.String |
Indent
Property specifying whether XML documents should be indented by default. |
static java.lang.String |
MarshallingValidation
Property specifying whether to use validation in the Marshalling Framework |
static java.lang.String |
NamespacePackages
Property specifying Namespace to Package Mappings |
static java.lang.String |
Namespaces
Property specifying whether to support Namespaces by default. |
static java.lang.String |
Naming
Property specifying the implementation of the naming conventions to use. |
static java.lang.String |
Parser
Property specifying the class name of the XML parser to use. |
static java.lang.String |
ParserFeatures
Property specifying additional features for the parser. |
static java.lang.String |
ParserFeatureSeparator
|
static java.lang.String |
ParserValidation
Property specifying whether to perform document validation by default. |
static java.lang.String |
PrimitiveNodeType
Property specifying the type of node to use for primitive values, either "element" or "attribute" |
static java.lang.String |
RegExp
Property specifying the regular expression validator to use. |
(package private) static java.lang.String |
ResourceName
|
static java.lang.String |
SaveMapKeys
Property specifying whether or not to save the "keys" of a Hashtable or Map during marshalling. |
static java.lang.String |
Serializer
Property specifying the class name of the XML serializer to use. |
static java.lang.String |
StrictElements
Property specifying whether to apply strictness to elements when unmarshalling. |
Constructor Summary | |
---|---|
Configuration.Property()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String Serializer
org.exolab.castor.serializer
public static final java.lang.String PrimitiveNodeType
org.exolab.castor.xml.introspector.primitive.nodetype
public static final java.lang.String Parser
org.exolab.castor.parser
public static final java.lang.String ParserValidation
org.exolab.castor.SAXParser.validation
public static final java.lang.String Namespaces
org.exolab.castor.SAXParser.namespaces
public static final java.lang.String NamespacePackages
org.exolab.castor.xml.nspackages
public static final java.lang.String Naming
org.exolab.castor.xml.naming
public static final java.lang.String MarshallingValidation
org.exolab.castor.marshalling.validation
public static final java.lang.String Indent
org.exolab.castor.indent
public static final java.lang.String ParserFeatures
org.exolab.castor.sax.features
public static final java.lang.String ParserFeatureSeparator
public static final java.lang.String RegExp
org.exolab.castor.regexp
public static final java.lang.String Debug
org.exolab.castor.debug
public static final java.lang.String StrictElements
org.exolab.castor.strictelements
public static final java.lang.String SaveMapKeys
org.exolab.castor.xml.saveMapKeys
public static final java.lang.String FileName
castor.properties
static final java.lang.String ResourceName
Constructor Detail |
---|
public Configuration.Property()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |