所有类


javax.swing.text.html.parser
接口 DTDConstants

所有已知实现类:
AttributeList, DocumentParser, DTD, Element, Entity, Parser

public interface DTDConstants

DTD 中使用的 SGML 常量。这些常量的名称对应于《The SGML Handbook》中所述的等效 SGML 构造,该书的作者是 Charles F. Goldfarb。

另请参见:
DTD, Element

字段摘要
static intANY
           
static intCDATA
           
static intCONREF
           
static intCURRENT
           
static intDEFAULT
           
static intEMPTY
           
static intENDTAG
           
static intENTITIES
           
static intENTITY
           
static intFIXED
           
static intGENERAL
           
static intID
           
static intIDREF
           
static intIDREFS
           
static intIMPLIED
           
static intMD
           
static intMODEL
           
static intMS
           
static intNAME
           
static intNAMES
           
static intNMTOKEN
           
static intNMTOKENS
           
static intNOTATION
           
static intNUMBER
           
static intNUMBERS
           
static intNUTOKEN
           
static intNUTOKENS
           
static intPARAMETER
           
static intPI
           
static intPUBLIC
           
static intRCDATA
           
static intREQUIRED
           
static intSDATA
           
static intSTARTTAG
           
static intSYSTEM
           
 

字段详细信息

CDATA

static final int CDATA
另请参见:
常量字段值

ENTITY

static final int ENTITY
另请参见:
常量字段值

ENTITIES

static final int ENTITIES
另请参见:
常量字段值

ID

static final int ID
另请参见:
常量字段值

IDREF

static final int IDREF
另请参见:
常量字段值

IDREFS

static final int IDREFS
另请参见:
常量字段值

NAME

static final int NAME
另请参见:
常量字段值