|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.text.html.parser.Element
public final class Element
使用 ELEMENT 建構在 DTD 中描述的一個元素。這實質上是對標記的描述。它描述了型別、內容網要、屬性和屬性型別等。它用於由 Parser 正確解析一個文檔。
DTD
,
AttributeList
欄位摘要 | |
---|---|
AttributeList |
atts
|
ContentModel |
content
|
Object |
data
存儲使用者資料的欄位。 |
BitSet |
exclusions
|
BitSet |
inclusions
|
int |
index
|
String |
name
|
boolean |
oEnd
|
boolean |
oStart
|
int |
type
|
從介面 javax.swing.text.html.parser.DTDConstants 繼承的欄位 |
---|
ANY, CDATA, CONREF, CURRENT, DEFAULT, EMPTY, ENDTAG, ENTITIES, ENTITY, FIXED, GENERAL, ID, IDREF, IDREFS, IMPLIED, MD, MODEL, MS, NAME, NAMES, NMTOKEN, NMTOKENS, NOTATION, NUMBER, NUMBERS, NUTOKEN, NUTOKENS, PARAMETER, PI, PUBLIC, RCDATA, REQUIRED, SDATA, STARTTAG, SYSTEM |
方法摘要 | |
---|---|
AttributeList |
getAttribute(String name)
按名稱獲取一個元素。 |
AttributeList |
getAttributeByValue(String name)
按值獲取一個屬性。 |
AttributeList |
getAttributes()
獲取屬性。 |
ContentModel |
getContent()
獲取內容網要 |
int |
getIndex()
獲取索引。 |
String |
getName()
獲取元素的名稱。 |
int |
getType()
獲取型別。 |
boolean |
isEmpty()
檢查是否為空 |
static int |
name2type(String nm)
|
boolean |
omitEnd()
如果可以忽略結束標記,則返回 true。 |
boolean |
omitStart()
如果可以忽略開始標記,則返回 true。 |
String |
toString()
轉換為字元串。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
欄位詳細資訊 |
---|
public int index
public String name
public boolean oStart
public boolean oEnd
public BitSet inclusions
public BitSet exclusions
public int type
public ContentModel content
public AttributeList atts
public Object data
方法詳細資訊 |
---|
public String getName()
public boolean omitStart()
public boolean omitEnd()
public int getType()
public ContentModel getContent()
public AttributeList getAttributes()
public int getIndex()
public boolean isEmpty()
public String toString()
Object
中的 toString
public AttributeList getAttribute(String name)
public AttributeList getAttributeByValue(String name)
public static int name2type(String nm)
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。