net.sf.jsefa.xml.lowlevel.config
Interface XmlLowLevelInitialConfigurationParameters

All Superinterfaces:
LowLevelInitialConfigurationParameters

public interface XmlLowLevelInitialConfigurationParameters
extends LowLevelInitialConfigurationParameters

A collection of initial configuration parameters for low level 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 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.lowlevel.config.LowLevelInitialConfigurationParameters
LINE_BREAK
 

Field Detail

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.