javax.swing.text.html.parser
Interface DTDConstants

All Known Implementing Classes:
AttributeList, DocumentParser, DTD, Element, Entity, Parser

public interface DTDConstants

Disabled: no SafeJ information.

SGML constants used in a DTD. The names of the constants correspond the the equivalent SGML constructs as described in "The SGML Handbook" by Charles F. Goldfarb.

See Also:
DTD, Element

Field Summary
static int ANY
           
static int CDATA
           
static int CONREF
           
static int CURRENT
           
static int DEFAULT
           
static int EMPTY
           
static int ENDTAG
           
static int ENTITIES
           
static int ENTITY
           
static int FIXED
           
static int GENERAL
           
static int ID
           
static int IDREF
           
static int IDREFS
           
static int IMPLIED
           
static int MD
           
static int MODEL
           
static int MS
           
static int NAME
           
static int NAMES
           
static int NMTOKEN
           
static int NMTOKENS
           
static int NOTATION
           
static int NUMBER
           
static int NUMBERS
           
static int NUTOKEN
           
static int NUTOKENS
           
static int PARAMETER
           
static int PI
           
static int PUBLIC
           
static int RCDATA
           
static int REQUIRED
           
static int SDATA
           
static int STARTTAG
           
static int SYSTEM
           
 

Field Detail

CDATA

static final int CDATA
Class is disabled.

See Also:
Constant Field Values

ENTITY

static final int ENTITY
Class is disabled.

See Also:
Constant Field Values

ENTITIES

static final int ENTITIES
Class is disabled.

See Also:
Constant Field Values

ID

static final int ID
Class is disabled.

See Also:
Constant Field Values

IDREF

static final int IDREF
Class is disabled.

See Also:
Constant Field Values

IDREFS

static final int IDREFS
Class is disabled.

See Also:
Constant Field Values

NAME

static final int NAME
Class is disabled.

See Also:
Constant Field Values

NAMES

static final int NAMES
Class is disabled.

See Also:
Constant Field Values

NMTOKEN

static final int NMTOKEN
Class is disabled.

See Also:
Constant Field Values

NMTOKENS

static final int NMTOKENS
Class is disabled.

See Also:
Constant Field Values

NOTATION

static final int NOTATION
Class is disabled.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
Class is disabled.

See Also:
Constant Field Values

NUMBERS

static final int NUMBERS
Class is disabled.

See Also:
Constant Field Values

NUTOKEN

static final int NUTOKEN
Class is disabled.

See Also:
Constant Field Values

NUTOKENS

static final int NUTOKENS
Class is disabled.

See Also:
Constant Field Values

RCDATA

static final int RCDATA
Class is disabled.

See Also:
Constant Field Values

EMPTY

static final int EMPTY
Class is disabled.

See Also:
Constant Field Values

MODEL

static final int MODEL
Class is disabled.

See Also:
Constant Field Values

ANY

static final int ANY
Class is disabled.

See Also:
Constant Field Values

FIXED

static final int FIXED
Class is disabled.

See Also:
Constant Field Values

REQUIRED

static final int REQUIRED
Class is disabled.

See Also:
Constant Field Values

CURRENT

static final int CURRENT
Class is disabled.

See Also:
Constant Field Values

CONREF

static final int CONREF
Class is disabled.

See Also:
Constant Field Values

IMPLIED

static final int IMPLIED
Class is disabled.

See Also:
Constant Field Values

PUBLIC

static final int PUBLIC
Class is disabled.

See Also:
Constant Field Values

SDATA

static final int SDATA
Class is disabled.

See Also:
Constant Field Values

PI

static final int PI
Class is disabled.

See Also:
Constant Field Values

STARTTAG

static final int STARTTAG
Class is disabled.

See Also:
Constant Field Values

ENDTAG

static final int ENDTAG
Class is disabled.

See Also:
Constant Field Values

MS

static final int MS
Class is disabled.

See Also:
Constant Field Values

MD

static final int MD
Class is disabled.

See Also:
Constant Field Values

SYSTEM

static final int SYSTEM
Class is disabled.

See Also:
Constant Field Values

GENERAL

static final int GENERAL
Class is disabled.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Class is disabled.

See Also:
Constant Field Values

PARAMETER

static final int PARAMETER
Class is disabled.

See Also:
Constant Field Values