net.sf.jsefa.xml.config
Interface XmlInitialConfigurationParameters

All Superinterfaces:
InitialConfigurationParameters

public interface XmlInitialConfigurationParameters
extends InitialConfigurationParameters

A collection of initial configuration parameters for XML.

Author:
Norman Lahme-Huetig
See Also:
Configuration

Field Summary
static String DATA_TYPE_ATTRIBUTE_NAME
          Configuration parameter for the name of the data type attribute to use.
static String DATA_TYPE_DEFAULT_NAME_REGISTRY
          Configuration parameter for the XmlDataTypeDefaultNameRegistry.
static String IO_FACTORY_CLASS
          Configuration parameter for the XmlIOFactory class to use.
static String LINE_INDENTATION
          Configuration parameter for the line indentation to use.
static String LOW_LEVEL_IO_FACTORY_CLASS
          Configuration parameter for the XmlLowLevelIOFactory class to use.
static String NAMESPACE_MANAGER
          Configuration parameter for the namespace manager to use.
 
Fields inherited from interface net.sf.jsefa.common.config.InitialConfigurationParameters
OBJECT_ACCESSOR_PROVIDER_CLASS, SIMPLE_TYPE_CONVERTER_PROVIDER, VALIDATION_MODE, VALIDATOR_PROVIDER
 

Field Detail

IO_FACTORY_CLASS

static final String IO_FACTORY_CLASS
Configuration parameter for the XmlIOFactory class to use.

See Also:
Constant Field Values

DATA_TYPE_DEFAULT_NAME_REGISTRY

static final String DATA_TYPE_DEFAULT_NAME_REGISTRY
Configuration parameter for the XmlDataTypeDefaultNameRegistry.

See Also:
Constant Field Values

LOW_LEVEL_IO_FACTORY_CLASS

static final String LOW_LEVEL_IO_FACTORY_CLASS
Configuration parameter for the XmlLowLevelIOFactory class to use.

See Also:
Constant Field Values

LINE_INDENTATION

static final String LINE_INDENTATION
Configuration parameter for the line indentation to use.

See Also:
Constant Field Values

DATA_TYPE_ATTRIBUTE_NAME

static final String DATA_TYPE_ATTRIBUTE_NAME
Configuration parameter for the name of the data type attribute to use.

See Also:
Constant Field Values

NAMESPACE_MANAGER

static final String NAMESPACE_MANAGER
Configuration parameter for the namespace manager to use.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.