public interface DTDConstants
Modifier and Type | Field and Description |
---|---|
static int |
ANY
The DTD constant corresponds to ANY
|
static int |
CDATA
The DTD constant corresponds to CDATA
|
static int |
CONREF
The DTD constant corresponds to CONREF
|
static int |
CURRENT
The DTD constant corresponds to CURRENT
|
static int |
DEFAULT
The DTD constant corresponds to DEFAULT
|
static int |
EMPTY
The DTD constant corresponds to EMPTY
|
static int |
ENDTAG
The DTD constant corresponds to ENDTAG
|
static int |
ENTITIES
The DTD constant corresponds to ENTITIES
|
static int |
ENTITY
The DTD constant corresponds to ENTITY
|
static int |
FIXED
The DTD constant corresponds to FIXED
|
static int |
GENERAL
The DTD constant corresponds to GENERAL
|
static int |
ID
The DTD constant corresponds to ID
|
static int |
IDREF
The DTD constant corresponds to IDREF
|
static int |
IDREFS
The DTD constant corresponds to IDREFS
|
static int |
IMPLIED
The DTD constant corresponds to IMPLIED
|
static int |
MD
The DTD constant corresponds to MD
|
static int |
MODEL
The DTD constant corresponds to MODEL
|
static int |
MS
The DTD constant corresponds to MS
|
static int |
NAME
The DTD constant corresponds to NAME
|
static int |
NAMES
The DTD constant corresponds to NAMES
|
static int |
NMTOKEN
The DTD constant corresponds to NMTOKEN
|
static int |
NMTOKENS
The DTD constant corresponds to NMTOKENS
|
static int |
NOTATION
The DTD constant corresponds to NOTATION
|
static int |
NUMBER
The DTD constant corresponds to NUMBER
|
static int |
NUMBERS
The DTD constant corresponds to NUMBERS
|
static int |
NUTOKEN
The DTD constant corresponds to NUTOKEN
|
static int |
NUTOKENS
The DTD constant corresponds to NUTOKENS
|
static int |
PARAMETER
The DTD constant corresponds to PARAMETER
|
static int |
PI
The DTD constant corresponds to PI
|
static int |
PUBLIC
The DTD constant corresponds to PUBLIC
|
static int |
RCDATA
The DTD constant corresponds to RCDATA
|
static int |
REQUIRED
The DTD constant corresponds to REQUIRED
|
static int |
SDATA
The DTD constant corresponds to SDATA
|
static int |
STARTTAG
The DTD constant corresponds to STARTTAG
|
static 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
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait