Module java.desktop

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

    Fields
    Modifier and Type
    Field
    Description
    static int
    The DTD constant corresponds to ANY
    static int
    The DTD constant corresponds to CDATA
    static int
    The DTD constant corresponds to CONREF
    static int
    The DTD constant corresponds to CURRENT
    static int
    The DTD constant corresponds to DEFAULT
    static int
    The DTD constant corresponds to EMPTY
    static int
    The DTD constant corresponds to ENDTAG
    static int
    The DTD constant corresponds to ENTITIES
    static int
    The DTD constant corresponds to ENTITY
    static int
    The DTD constant corresponds to FIXED
    static int
    The DTD constant corresponds to GENERAL
    static int
    The DTD constant corresponds to ID
    static int
    The DTD constant corresponds to IDREF
    static int
    The DTD constant corresponds to IDREFS
    static int
    The DTD constant corresponds to IMPLIED
    static int
    The DTD constant corresponds to MD
    static int
    The DTD constant corresponds to MODEL
    static int
    The DTD constant corresponds to MS
    static int
    The DTD constant corresponds to NAME
    static int
    The DTD constant corresponds to NAMES
    static int
    The DTD constant corresponds to NMTOKEN
    static int
    The DTD constant corresponds to NMTOKENS
    static int
    The DTD constant corresponds to NOTATION
    static int
    The DTD constant corresponds to NUMBER
    static int
    The DTD constant corresponds to NUMBERS
    static int
    The DTD constant corresponds to NUTOKEN
    static int
    The DTD constant corresponds to NUTOKENS
    static int
    The DTD constant corresponds to PARAMETER
    static int
    The DTD constant corresponds to PI
    static int
    The DTD constant corresponds to PUBLIC
    static int
    The DTD constant corresponds to RCDATA
    static int
    The DTD constant corresponds to REQUIRED
    static int
    The DTD constant corresponds to SDATA
    static int
    The DTD constant corresponds to STARTTAG
    static int
    The DTD constant corresponds to SYSTEM