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 TypeFieldDescription
      static intANY
      The DTD constant corresponds to ANY
      static intCDATA
      The DTD constant corresponds to CDATA
      static intCONREF
      The DTD constant corresponds to CONREF
      static intCURRENT
      The DTD constant corresponds to CURRENT
      static intDEFAULT
      The DTD constant corresponds to DEFAULT
      static intEMPTY
      The DTD constant corresponds to EMPTY
      static intENDTAG
      The DTD constant corresponds to ENDTAG
      static intENTITIES
      The DTD constant corresponds to ENTITIES
      static intENTITY
      The DTD constant corresponds to ENTITY
      static intFIXED
      The DTD constant corresponds to FIXED
      static intGENERAL
      The DTD constant corresponds to GENERAL
      static intID
      The DTD constant corresponds to ID
      static intIDREF
      The DTD constant corresponds to IDREF
      static intIDREFS
      The DTD constant corresponds to IDREFS
      static intIMPLIED
      The DTD constant corresponds to IMPLIED
      static intMD
      The DTD constant corresponds to MD
      static intMODEL
      The DTD constant corresponds to MODEL
      static intMS
      The DTD constant corresponds to MS
      static intNAME
      The DTD constant corresponds to NAME
      static intNAMES
      The DTD constant corresponds to NAMES
      static intNMTOKEN
      The DTD constant corresponds to NMTOKEN
      static intNMTOKENS
      The DTD constant corresponds to NMTOKENS
      static intNOTATION
      The DTD constant corresponds to NOTATION
      static intNUMBER
      The DTD constant corresponds to NUMBER
      static intNUMBERS
      The DTD constant corresponds to NUMBERS
      static intNUTOKEN
      The DTD constant corresponds to NUTOKEN
      static intNUTOKENS
      The DTD constant corresponds to NUTOKENS
      static intPARAMETER
      The DTD constant corresponds to PARAMETER
      static intPI
      The DTD constant corresponds to PI
      static intPUBLIC
      The DTD constant corresponds to PUBLIC
      static intRCDATA
      The DTD constant corresponds to RCDATA
      static intREQUIRED
      The DTD constant corresponds to REQUIRED
      static intSDATA
      The DTD constant corresponds to SDATA
      static intSTARTTAG
      The DTD constant corresponds to STARTTAG
      static intSYSTEM
      The DTD constant corresponds to SYSTEM

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部