com.mcdermottroe.exemplar
Interface Constants.Output

Enclosing interface:
Constants

public static interface Constants.Output

Output module constants.


Nested Class Summary
static interface Constants.Output.DTD
          DTD output module constants.
static interface Constants.Output.Java
          Java output module constants.
static interface Constants.Output.XSLT
          XSLT output module constants.
 
Field Summary
static String CLASS
          The name of the code-generating class in an output module.
static String CODE_FRAGMENTS_FILE_NAME
          The extension that all code fragments resource bundle files must have.
static String PACKAGE
          The name of the package in which all output modules reside.
 

Field Detail

CLASS

static final String CLASS
The name of the code-generating class in an output module. The class must implement XMLParserGenerator.

See Also:
Constant Field Values

PACKAGE

static final String PACKAGE
The name of the package in which all output modules reside.


CODE_FRAGMENTS_FILE_NAME

static final String CODE_FRAGMENTS_FILE_NAME
The extension that all code fragments resource bundle files must have.

See Also:
Constant Field Values