org.exolab.castor.util
Class Configuration.Property
public static
class
Configuration.Property
extends Object
Names of properties used in the configuration file.
Field Summary |
static String | Debug
Property specifying whether to run in debug mode.
|
static String | FileName
The name of the configuration file.
|
static String | Indent
Property specifying whether XML documents should be indented by default.
|
static String | MarshallingValidation
Property specifying whether to use validation in the Marshalling Framework
org.exolab.castor.marshalling.validation
|
static String | NamespacePackages
Property specifying Namespace to Package Mappings
org.exolab.castor.xml.nspackages
|
static String | Namespaces
Property specifying whether to support Namespaces by default.
|
static String | Naming
Property specifying the implementation of the naming conventions
to use. |
static String | Parser
Property specifying the class name of the XML parser to use.
|
static String | ParserFeatures
Property specifying additional features for the parser.
|
static String | ParserFeatureSeparator |
static String | ParserValidation
Property specifying whether to perform document validation by default.
|
static String | PrimitiveNodeType
Property specifying the type of node to use for
primitive values, either "element" or "attribute"
org.exolab.castor.xml.introspector.primitive.nodetype
|
static String | RegExp
Property specifying the regular expression validator
to use. |
static String | ResourceName |
static String | SaveMapKeys
Property specifying whether or not to save the "keys" of a Hashtable or
Map during marshalling. |
static String | Serializer
Property specifying the class name of the XML serializer to use.
|
static String | StrictElements
Property specifying whether to apply strictness to elements when
unmarshalling. |
public static final String Debug
Property specifying whether to run in debug mode.
org.exolab.castor.debug
public static final String FileName
The name of the configuration file.
castor.properties
public static final String Indent
Property specifying whether XML documents should be indented by default.
org.exolab.castor.indent
public static final String MarshallingValidation
Property specifying whether to use validation in the Marshalling Framework
org.exolab.castor.marshalling.validation
public static final String NamespacePackages
Property specifying Namespace to Package Mappings
org.exolab.castor.xml.nspackages
public static final String Namespaces
Property specifying whether to support Namespaces by default.
org.exolab.castor.SAXParser.namespaces
public static final String Naming
Property specifying the implementation of the naming conventions
to use. Values of this property must be either "mixed", "lower", or
the name of a class which extends org.exolab.castor.xml.XMLNaming.
org.exolab.castor.xml.naming
public static final String Parser
Property specifying the class name of the XML parser to use.
org.exolab.castor.parser
public static final String ParserFeatures
Property specifying additional features for the parser.
This value contains a comma separated list of features that
might or might not be supported by the specified parser.
org.exolab.castor.sax.features
public static final String ParserFeatureSeparator
public static final String ParserValidation
Property specifying whether to perform document validation by default.
org.exolab.castor.SAXParser.validation
public static final String PrimitiveNodeType
Property specifying the type of node to use for
primitive values, either "element" or "attribute"
org.exolab.castor.xml.introspector.primitive.nodetype
public static final String RegExp
Property specifying the regular expression validator
to use. This specified class must implement
org.exolab.castor.xml.validators.RegExpValidator
org.exolab.castor.regexp
static final String ResourceName
public static final String SaveMapKeys
Property specifying whether or not to save the "keys" of a Hashtable or
Map during marshalling. By default this is true.
org.exolab.castor.xml.saveMapKeys
Since: 0.9.5.3
public static final String Serializer
Property specifying the class name of the XML serializer to use.
org.exolab.castor.serializer
public static final String StrictElements
Property specifying whether to apply strictness to elements when
unmarshalling. Default is true which means that elements appearing in the
XML Documnt which cannot be mapped to a class cause a SAXException to be thrown.
If set to false, these 'unknown' elements are ignored
org.exolab.castor.strictelements
Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com