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.AbstractDocument.AbstractElement 繼承的方法 |
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent |
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()
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。