モジュール java.desktop

インタフェースDTDConstants

  • 既知のすべての実装クラス:
    AttributeList, DocumentParser, DTD, Element, Entity, Parser


    public interface DTDConstants
    DTDで使用されるSGML定数です。 定数の名前は、チャールズFによる"SGMLハンド・ブック"で説明されている同等のSGML構造に対応しています。 に記述されている、同等なSGML構成要素に対応します。
    関連項目:
    DTD, Element
    • フィールドのサマリー

      フィールド 
      修飾子と型 フィールド 説明
      static int ANY
      DTD定数はANYに対応
      static int CDATA
      DTD定数はCDATAに対応
      static int CONREF
      DTD定数はCONREFに対応
      static int CURRENT
      DTD定数は、CURRENTに対応
      static int DEFAULT
      DTD定数はDEFAULTに対応
      static int EMPTY
      DTD定数はEMPTYに対応
      static int ENDTAG
      DTD定数はENDTAGに対応
      static int ENTITIES
      DTD定数はENTITIESに対応
      static int ENTITY
      DTD定数はENTITYに対応
      static int FIXED
      DTD定数はFIXEDに対応
      static int GENERAL
      DTD定数はGENERALに対応
      static int ID
      DTD定数はIDに対応
      static int IDREF
      DTD定数はIDREFに対応
      static int IDREFS
      DTD定数はIDREFSに対応
      static int IMPLIED
      DTD定数はIMPLIEDに対応
      static int MD
      DTD定数はMDに対応
      static int MODEL
      DTD定数はMODELに対応
      static int MS
      DTD定数はMSに相当
      static int NAME
      DTD定数はNAMEに対応
      static int NAMES
      DTD定数はNAMESに対応
      static int NMTOKEN
      DTD定数はNMTOKENに対応
      static int NMTOKENS
      DTD定数はNMTOKENSに対応
      static int NOTATION
      DTD定数はNOTATIONに対応
      static int NUMBER
      DTD定数はNUMBERに対応
      static int NUMBERS
      DTD定数はNUMBERSに対応
      static int NUTOKEN
      DTD定数はNUTOKENに対応
      static int NUTOKENS
      DTD定数はNUTOKENSに対応
      static int PARAMETER
      DTD定数はPARAMETERに対応
      static int PI
      DTD定数はPIに対応
      static int PUBLIC
      DTD定数はPUBLICに対応
      static int RCDATA
      DTD定数はRCDATAに対応
      static int REQUIRED
      DTD定数はREQUIREDに対応
      static int SDATA
      DTD定数はSDATAに対応
      static int STARTTAG
      DTD定数はSTARTTAGに対応
      static int SYSTEM
      DTD定数はSYSTEMに対応