JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing.text.html.parser
Interface DTDConstants
- All Known Implementing Classes:
- AttributeList, DocumentParser, DTD, Element, Entity, Parser
public interface DTDConstants
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
CDATA
static final int CDATA
- See Also:
- Constant Field Values
ENTITY
static final int ENTITY
- See Also:
- Constant Field Values
ENTITIES
static final int ENTITIES
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
IDREF
static final int IDREF
- See Also:
- Constant Field Values
IDREFS
static final int IDREFS
- See Also:
- Constant Field Values
NAME
static final int NAME
- See Also:
- Constant Field Values
NAMES
static final int NAMES
- See Also:
- Constant Field Values
NMTOKEN
static final int NMTOKEN
- See Also:
- Constant Field Values
NMTOKENS
static final int NMTOKENS
- See Also:
- Constant Field Values
NOTATION
static final int NOTATION
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
NUMBERS
static final int NUMBERS
- See Also:
- Constant Field Values
NUTOKEN
static final int NUTOKEN
- See Also:
- Constant Field Values
NUTOKENS
static final int NUTOKENS
- See Also:
- Constant Field Values
RCDATA
static final int RCDATA
- See Also:
- Constant Field Values
EMPTY
static final int EMPTY
- See Also:
- Constant Field Values
MODEL
static final int MODEL
- See Also:
- Constant Field Values
ANY
static final int ANY
- See Also:
- Constant Field Values
FIXED
static final int FIXED
- See Also:
- Constant Field Values
REQUIRED
static final int REQUIRED
- See Also:
- Constant Field Values
CURRENT
static final int CURRENT
- See Also:
- Constant Field Values
CONREF
static final int CONREF
- See Also:
- Constant Field Values
IMPLIED
static final int IMPLIED
- See Also:
- Constant Field Values
PUBLIC
static final int PUBLIC
- See Also:
- Constant Field Values
SDATA
static final int SDATA
- See Also:
- Constant Field Values
PI
static final int PI
- See Also:
- Constant Field Values
STARTTAG
static final int STARTTAG
- See Also:
- Constant Field Values
ENDTAG
static final int ENDTAG
- See Also:
- Constant Field Values
MS
static final int MS
- See Also:
- Constant Field Values
MD
static final int MD
- See Also:
- Constant Field Values
SYSTEM
static final int SYSTEM
- See Also:
- Constant Field Values
GENERAL
static final int GENERAL
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
PARAMETER
static final int PARAMETER
- See Also:
- Constant Field Values
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|