JavaTM 2 Platform
Standard Ed. 6

javax.swing.text.html
類別 HTMLDocument.RunElement

java.lang.Object
  繼承者 javax.swing.text.AbstractDocument.AbstractElement
      繼承者 javax.swing.text.AbstractDocument.LeafElement
          繼承者 javax.swing.text.html.HTMLDocument.RunElement
所有已實作的介面:
Serializable, AttributeSet, Element, MutableAttributeSet, TreeNode
正在封閉類別:
HTMLDocument

public class HTMLDocument.RunElement
extends AbstractDocument.LeafElement

表示文本塊的元素,該文本塊具有一個分派給它的 HTML 字元級的屬性集。


巢狀類別摘要
 
從介面 javax.swing.text.AttributeSet 繼承的巢狀類別/介面
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
 
欄位摘要
 
從介面 javax.swing.text.AttributeSet 繼承的欄位
NameAttribute, ResolveAttribute
 
建構子摘要
HTMLDocument.RunElement(Element parent, AttributeSet a, int offs0, int offs1)
          建構表示文檔內部(沒有子級)內容的元素。
 
方法摘要
 String getName()
          獲取元素名稱。
 AttributeSet getResolveParent()
          獲得解析父級。
 
從類別 javax.swing.text.AbstractDocument.LeafElement 繼承的方法
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, toString
 
從類別 javax.swing.text.AbstractDocument.AbstractElement 繼承的方法
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

HTMLDocument.RunElement

public HTMLDocument.RunElement(Element parent,
                               AttributeSet a,
                               int offs0,
                               int offs1)
建構表示文檔內部(沒有子級)內容的元素。

參數:
parent - 父元素
a - 元素屬性
offs0 - 起始偏移量(必須至少為 0)
offs1 - 結束偏移量(必須至少為 offs0)
從以下版本開始:
1.4
方法詳細資訊

getName

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

指定者:
介面 Element 中的 getName
覆寫:
類別 AbstractDocument.LeafElement 中的 getName
返回:
名稱,如果沒有,則返回 null

getResolveParent

public AttributeSet getResolveParent()
獲得解析父級。HTML 屬性不是在模型級繼承的,因此我們覆寫此方法以返回 null。

指定者:
介面 AttributeSet 中的 getResolveParent
覆寫:
類別 AbstractDocument.AbstractElement 中的 getResolveParent
返回:
null,表示沒有
另請參見:
AttributeSet.getResolveParent()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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