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
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
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
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
Property specifying the class name of the XML serializer to use.
static String
StrictElements
Property specifying whether to apply strictness to elements when unmarshalling.

Field Details

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
 

MarshallingValidation

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

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
 

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

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

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