AttributeList
, DocumentParser
, DTD
, Element
, Entity
, Parser
public interface DTDConstants
Modifier and Type | Field | Description |
---|---|---|
static final int |
ANY |
The DTD constant corresponds to ANY |
static final int |
CDATA |
The DTD constant corresponds to CDATA |
static final int |
CONREF |
The DTD constant corresponds to CONREF |
static final int |
CURRENT |
The DTD constant corresponds to CURRENT |
static final int |
DEFAULT |
The DTD constant corresponds to DEFAULT |
static final int |
EMPTY |
The DTD constant corresponds to EMPTY |
static final int |
ENDTAG |
The DTD constant corresponds to ENDTAG |
static final int |
ENTITIES |
The DTD constant corresponds to ENTITIES |
static final int |
ENTITY |
The DTD constant corresponds to ENTITY |
static final int |
FIXED |
The DTD constant corresponds to FIXED |
static final int |
GENERAL |
The DTD constant corresponds to GENERAL |
static final int |
ID |
The DTD constant corresponds to ID |
static final int |
IDREF |
The DTD constant corresponds to IDREF |
static final int |
IDREFS |
The DTD constant corresponds to IDREFS |
static final int |
IMPLIED |
The DTD constant corresponds to IMPLIED |
static final int |
MD |
The DTD constant corresponds to MD |
static final int |
MODEL |
The DTD constant corresponds to MODEL |
static final int |
MS |
The DTD constant corresponds to MS |
static final int |
NAME |
The DTD constant corresponds to NAME |
static final int |
NAMES |
The DTD constant corresponds to NAMES |
static final int |
NMTOKEN |
The DTD constant corresponds to NMTOKEN |
static final int |
NMTOKENS |
The DTD constant corresponds to NMTOKENS |
static final int |
NOTATION |
The DTD constant corresponds to NOTATION |
static final int |
NUMBER |
The DTD constant corresponds to NUMBER |
static final int |
NUMBERS |
The DTD constant corresponds to NUMBERS |
static final int |
NUTOKEN |
The DTD constant corresponds to NUTOKEN |
static final int |
NUTOKENS |
The DTD constant corresponds to NUTOKENS |
static final int |
PARAMETER |
The DTD constant corresponds to PARAMETER |
static final int |
PI |
The DTD constant corresponds to PI |
static final int |
PUBLIC |
The DTD constant corresponds to PUBLIC |
static final int |
RCDATA |
The DTD constant corresponds to RCDATA |
static final int |
REQUIRED |
The DTD constant corresponds to REQUIRED |
static final int |
SDATA |
The DTD constant corresponds to SDATA |
static final int |
STARTTAG |
The DTD constant corresponds to STARTTAG |
static final int |
SYSTEM |
The DTD constant corresponds to SYSTEM |
static final int CDATA
static final int ENTITY
static final int ENTITIES
static final int ID
static final int IDREF
static final int IDREFS
static final int NAME
static final int NAMES
static final int NMTOKEN
static final int NMTOKENS
static final int NOTATION
static final int NUMBER
static final int NUMBERS
static final int NUTOKEN
static final int NUTOKENS
static final int RCDATA
static final int EMPTY
static final int MODEL
static final int ANY
static final int FIXED
static final int REQUIRED
static final int CURRENT
static final int CONREF
static final int IMPLIED
static final int PUBLIC
static final int SDATA
static final int PI
static final int STARTTAG
static final int ENDTAG
static final int MS
static final int MD
static final int SYSTEM
static final int GENERAL
static final int DEFAULT
static final int PARAMETER
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/text/html/parser/DTDConstants.html