W3cubDocs

/OpenJDK 8 GUI

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

Fields

CDATA

static final int CDATA

ENTITY

static final int ENTITY

ENTITIES

static final int ENTITIES

ID

static final int ID

IDREF

static final int IDREF

IDREFS

static final int IDREFS

NAME

static final int NAME

NAMES

static final int NAMES

NMTOKEN

static final int NMTOKEN

NMTOKENS

static final int NMTOKENS

NOTATION

static final int NOTATION

NUMBER

static final int NUMBER

NUMBERS

static final int NUMBERS

NUTOKEN

static final int NUTOKEN

NUTOKENS

static final int NUTOKENS

RCDATA

static final int RCDATA

EMPTY

static final int EMPTY

MODEL

static final int MODEL

ANY

static final int ANY

FIXED

static final int FIXED

REQUIRED

static final int REQUIRED

CURRENT

static final int CURRENT

CONREF

static final int CONREF

IMPLIED

static final int IMPLIED

PUBLIC

static final int PUBLIC

SDATA

static final int SDATA

PI

static final int PI

STARTTAG

static final int STARTTAG

ENDTAG

static final int ENDTAG

MS

static final int MS

MD

static final int MD

SYSTEM

static final int SYSTEM

GENERAL

static final int GENERAL

DEFAULT

static final int DEFAULT

PARAMETER

static final int PARAMETER

© 1993–2017, 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.