org.exolab.castor.util

Class Configuration.Property

Enclosing Class:
Configuration

public static class Configuration.Property
extends java.lang.Object

Names of properties used in the configuration file.

Field Summary

static String
DEFAULT_LOAD_PACKAGE_MAPPING
(package private) static String
DEFAULT_SERIALIZER_FACTORY
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
LOAD_PACKAGE_MAPPING
Property specifying what factory to use for dealing with XML serializers
 org.exolab.castor.xml.serializer.factory
 
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
ParserFeatureSeparator
static String
ParserFeatures
Property specifying additional features for the parser.
static String
ParserFeaturesToDisable
Property specifying features to be disbaled on the underlying SAX parser.
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.
(package private) static String
ResourceName
static String
SERIALIZER_FACTORY
Property specifying what factoyr to use for dealing with XML serializers
 org.exolab.castor.xml.serializer.factory
 
static String
SaveMapKeys
Property specifying whether or not to save the "keys" of a Hashtable or Map during marshalling.
static String
SqlServerAnsiCompliant
Property specifying whether to use ANSI-compliant SQL for MS SQL Server.
static String
StrictElements
Property specifying whether to apply strictness to elements when unmarshalling.

Field Details

DEFAULT_LOAD_PACKAGE_MAPPING

public static final String DEFAULT_LOAD_PACKAGE_MAPPING

DEFAULT_SERIALIZER_FACTORY

(package private) static final String DEFAULT_SERIALIZER_FACTORY

Debug

public static final String Debug
Property specifying whether to run in debug mode.
 org.exolab.castor.debug
 

FileName

public static final String FileName
The name of the configuration file.
 castor.properties
 

Indent

public static final String Indent
Property specifying whether XML documents should be indented by default.
 org.exolab.castor.indent
 

LOAD_PACKAGE_MAPPING

public static final String LOAD_PACKAGE_MAPPING
Property specifying what factory to use for dealing with XML serializers
 org.exolab.castor.xml.serializer.factory
 
Since:
1.0

MarshallingValidation

public static final String MarshallingValidation
Property specifying whether to use validation in the Marshalling Framework
 org.exolab.castor.marshalling.validation
 

NamespacePackages

public static final String NamespacePackages
Property specifying Namespace to Package Mappings
 org.exolab.castor.xml.nspackages
 

Namespaces

public static final String Namespaces
Property specifying whether to support Namespaces by default.
 org.exolab.castor.SAXParser.namespaces
 

Naming

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
 

Parser

public static final String Parser
Property specifying the class name of the XML parser to use.
 org.exolab.castor.parser
 

ParserFeatureSeparator

public static final String ParserFeatureSeparator

ParserFeatures

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
 

ParserFeaturesToDisable

public static final String ParserFeaturesToDisable
Property specifying features to be disbaled on the underlying SAX parser. This value contains a comma separated list of features to be disabled.
 org.exolab.castor.sax.features-to-disable
 

ParserValidation

public static final String ParserValidation
Property specifying whether to perform document validation by default.
 org.exolab.castor.SAXParser.validation
 

PrimitiveNodeType

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
 

RegExp

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
 

ResourceName

(package private) static final String ResourceName

SERIALIZER_FACTORY

public static final String SERIALIZER_FACTORY
Property specifying what factoyr to use for dealing with XML serializers
 org.exolab.castor.xml.serializer.factory
 
Since:
1.0

SaveMapKeys

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

SqlServerAnsiCompliant

public static final String SqlServerAnsiCompliant
Property specifying whether to use ANSI-compliant SQL for MS SQL Server.
 org.exolab.castor.jdo.sqlserver.ansi-compliant
 

StrictElements

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-2006. All rights reserved http://www.intalio.com