com.mcdermottroe.exemplar
Interface Constants.XMLExternalIdentifier

Enclosing interface:
Constants

public static interface Constants.XMLExternalIdentifier

Constants for XML external identifiers.


Field Summary
static String NDATA
          The fixed string "NDATA" used in the description of XML external identifiers.
static String PUBLIC
          The fixed string "PUBLIC" used in the description of XML external identifiers.
static String SYSTEM
          The fixed string "SYSTEM" used in the description of XML external identifiers.
 

Field Detail

PUBLIC

static final String PUBLIC
The fixed string "PUBLIC" used in the description of XML external identifiers.

See Also:
Constant Field Values

SYSTEM

static final String SYSTEM
The fixed string "SYSTEM" used in the description of XML external identifiers.

See Also:
Constant Field Values

NDATA

static final String NDATA
The fixed string "NDATA" used in the description of XML external identifiers.

See Also:
Constant Field Values