JavaTM 2 Platform
Standard Ed. 6

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. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only