所有类


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 int ANY
           
static int CDATA
           
static int CONREF
           
static int CURRENT
           
static int DEFAULT
           
static int EMPTY
           
static int ENDTAG
           
static int ENTITIES
           
static int ENTITY
           
static int FIXED
           
static int GENERAL
           
static int ID
           
static int IDREF
           
static int IDREFS
           
static int IMPLIED
           
static int MD
           
static int MODEL
           
static int MS
           
static int NAME
           
static int NAMES
           
static int NMTOKEN
           
static int NMTOKENS
           
static int NOTATION
           
static int NUMBER
           
static int NUMBERS
           
static int NUTOKEN
           
static int NUTOKENS
           
static int PARAMETER
           
static int PI
           
static int PUBLIC
           
static int RCDATA
           
static int REQUIRED
           
static int SDATA
           
static int STARTTAG
           
static int SYSTEM
           
 

字段详细信息

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
另请参见:
常量字段值

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部