JavaTM 2 Platform
Standard Ed. 5.0

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

NAMES

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

NMTOKEN

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

NMTOKENS

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

NOTATION

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

NUMBER

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

NUMBERS

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

NUTOKEN

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

NUTOKENS

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

RCDATA

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

EMPTY

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

MODEL

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

ANY

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

FIXED

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

REQUIRED

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

CURRENT

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

CONREF

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

IMPLIED

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

PUBLIC

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

SDATA

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

PI

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

STARTTAG

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

ENDTAG

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

MS

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

MD

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

SYSTEM

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

GENERAL

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

DEFAULT

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

PARAMETER

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

JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策