Package Summary  Overview Summary

class:DTDConstants [NONE]

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 to the equivalent SGML constructs as described in "The SGML Handbook" by Charles F. Goldfarb.
See Also:

field:CDATA [NONE]

  • CDATA

    static final  int CDATA
    The DTD constant corresponds to CDATA
    See Also:
  • field:ENTITY [NONE]

    ENTITY

    static final  int ENTITY
    The DTD constant corresponds to ENTITY
    See Also:

    field:ENTITIES [NONE]

    ENTITIES

    static final  int ENTITIES
    The DTD constant corresponds to ENTITIES
    See Also:

    field:ID [NONE]

    ID

    static final  int ID
    The DTD constant corresponds to ID
    See Also:

    field:IDREF [NONE]

    IDREF

    static final  int IDREF
    The DTD constant corresponds to IDREF
    See Also:

    field:IDREFS [NONE]

    IDREFS

    static final  int IDREFS
    The DTD constant corresponds to IDREFS
    See Also:

    field:NAME [NONE]

    NAME

    static final  int NAME
    The DTD constant corresponds to NAME
    See Also:

    field:NAMES [NONE]

    NAMES

    static final  int NAMES
    The DTD constant corresponds to NAMES
    See Also:

    field:NMTOKEN [NONE]

    NMTOKEN

    static final  int NMTOKEN
    The DTD constant corresponds to NMTOKEN
    See Also:

    field:NMTOKENS [NONE]

    NMTOKENS

    static final  int NMTOKENS
    The DTD constant corresponds to NMTOKENS
    See Also:

    field:NOTATION [NONE]

    NOTATION

    static final  int NOTATION
    The DTD constant corresponds to NOTATION
    See Also:

    field:NUMBER [NONE]

    NUMBER

    static final  int NUMBER
    The DTD constant corresponds to NUMBER
    See Also:

    field:NUMBERS [NONE]

    NUMBERS

    static final  int NUMBERS
    The DTD constant corresponds to NUMBERS
    See Also:

    field:NUTOKEN [NONE]

    NUTOKEN

    static final  int NUTOKEN
    The DTD constant corresponds to NUTOKEN
    See Also:

    field:NUTOKENS [NONE]

    NUTOKENS

    static final  int NUTOKENS
    The DTD constant corresponds to NUTOKENS
    See Also:

    field:RCDATA [NONE]

    RCDATA

    static final  int RCDATA
    The DTD constant corresponds to RCDATA
    See Also:

    field:EMPTY [NONE]

    EMPTY

    static final  int EMPTY
    The DTD constant corresponds to EMPTY
    See Also:

    field:MODEL [NONE]

    MODEL

    static final  int MODEL
    The DTD constant corresponds to MODEL
    See Also:

    field:ANY [NONE]

    ANY

    static final  int ANY
    The DTD constant corresponds to ANY
    See Also:

    field:FIXED [NONE]

    FIXED

    static final  int FIXED
    The DTD constant corresponds to FIXED
    See Also:

    field:REQUIRED [NONE]

    REQUIRED

    static final  int REQUIRED
    The DTD constant corresponds to REQUIRED
    See Also:

    field:CURRENT [NONE]

    CURRENT

    static final  int CURRENT
    The DTD constant corresponds to CURRENT
    See Also:

    field:CONREF [NONE]

    CONREF

    static final  int CONREF
    The DTD constant corresponds to CONREF
    See Also:

    field:IMPLIED [NONE]

    IMPLIED

    static final  int IMPLIED
    The DTD constant corresponds to IMPLIED
    See Also:

    field:PUBLIC [NONE]

    PUBLIC

    static final  int PUBLIC
    The DTD constant corresponds to PUBLIC
    See Also:

    field:SDATA [NONE]

    SDATA

    static final  int SDATA
    The DTD constant corresponds to SDATA
    See Also:

    field:PI [NONE]

    PI

    static final  int PI
    The DTD constant corresponds to PI
    See Also:

    field:STARTTAG [NONE]

    STARTTAG

    static final  int STARTTAG
    The DTD constant corresponds to STARTTAG
    See Also:

    field:ENDTAG [NONE]

    ENDTAG

    static final  int ENDTAG
    The DTD constant corresponds to ENDTAG
    See Also:

    field:MS [NONE]

    MS

    static final  int MS
    The DTD constant corresponds to MS
    See Also:

    field:MD [NONE]

    MD

    static final  int MD
    The DTD constant corresponds to MD
    See Also:

    field:SYSTEM [NONE]

    SYSTEM

    static final  int SYSTEM
    The DTD constant corresponds to SYSTEM
    See Also:

    field:GENERAL [NONE]

    GENERAL

    static final  int GENERAL
    The DTD constant corresponds to GENERAL
    See Also:

    field:DEFAULT [NONE]

    DEFAULT

    static final  int DEFAULT
    The DTD constant corresponds to DEFAULT
    See Also:

    field:PARAMETER [NONE]

    PARAMETER

    static final  int PARAMETER
    The DTD constant corresponds to PARAMETER
    See Also:

    © 2023 Oracle Corporation and/or its affiliates