-
- 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.
-
-
Field Summary
Fields Modifier and Type Field and Description 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
- 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
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/swing/text/html/parser/DTDConstants.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.