org.exolab.castor.util
Class Configuration.Property

java.lang.Object
  extended by org.exolab.castor.util.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 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

Serializer

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

See Also:
Constant Field Values

PrimitiveNodeType

public static final java.lang.String PrimitiveNodeType
Property specifying the type of node to use for primitive values, either "element" or "attribute"
 org.exolab.castor.xml.introspector.primitive.nodetype
 

See Also:
Constant Field Values

Parser

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

See Also:
Constant Field Values

ParserValidation

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

See Also:
Constant Field Values

Namespaces

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

See Also:
Constant Field Values

NamespacePackages

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

See Also:
Constant Field Values

Naming

public static final java.lang.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
 

See Also:
Constant Field Values

MarshallingValidation

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

See Also:
Constant Field Values

Indent

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

See Also:
Constant Field Values

ParserFeatures

public static final java.lang.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
 

See Also:
Constant Field Values

ParserFeatureSeparator

public static final java.lang.String ParserFeatureSeparator
See Also:
Constant Field Values

RegExp

public static final java.lang.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
 

See Also:
Constant Field Values

Debug

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

See Also:
Constant Field Values

StrictElements

public static final java.lang.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
 

See Also:
Constant Field Values

SaveMapKeys

public static final java.lang.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
See Also:
Constant Field Values

FileName

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

See Also:
Constant Field Values

ResourceName

static final java.lang.String ResourceName
See Also:
Constant Field Values
Constructor Detail

Configuration.Property

public Configuration.Property()


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com