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 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