JavaTM 2 Platform
Standard Ed. 6

javax.swing.text.html.parser
類別 Element

java.lang.Object
  繼承者 javax.swing.text.html.parser.Element
所有已實作的介面:
Serializable, DTDConstants

public final class Element
extends Object
implements DTDConstants, Serializable

使用 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
 

欄位詳細資訊

index

public int index

name

public String name

oStart

public boolean oStart

oEnd

public boolean oEnd

inclusions

public BitSet inclusions

exclusions

public BitSet exclusions

type

public int type

content

public ContentModel content

atts

public AttributeList atts

data

public Object data
存儲使用者資料的欄位。通常用於存儲樣式表。

方法詳細資訊

getName

public String getName()
獲取元素的名稱。


omitStart

public boolean omitStart()
如果可以忽略開始標記,則返回 true。


omitEnd

public boolean omitEnd()
如果可以忽略結束標記,則返回 true。


getType

public int getType()
獲取型別。


getContent

public ContentModel getContent()
獲取內容網要


getAttributes

public AttributeList getAttributes()
獲取屬性。


getIndex

public int getIndex()
獲取索引。


isEmpty

public boolean isEmpty()
檢查是否為空


toString

public String toString()
轉換為字元串。

覆寫:
類別 Object 中的 toString
返回:
該物件的字元串表示形式。

getAttribute

public AttributeList getAttribute(String name)
按名稱獲取一個元素。


getAttributeByValue

public AttributeList getAttributeByValue(String name)
按值獲取一個屬性。


name2type

public static int name2type(String nm)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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