JavaTM 2 Platform
Standard Ed. 6

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

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

public class HTMLDocument.BlockElement
extends AbstractDocument.BranchElement

表示結構性 HTML 的元素。


巢狀類別摘要
 
從介面 javax.swing.text.AttributeSet 繼承的巢狀類別/介面
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
 
欄位摘要
 
從介面 javax.swing.text.AttributeSet 繼承的欄位
NameAttribute, ResolveAttribute
 
建構子摘要
HTMLDocument.BlockElement(Element parent, AttributeSet a)
          建構初始不包含子元素的復合元素。
 
方法摘要
 String getName()
          獲取元素名稱。
 AttributeSet getResolveParent()
          獲得解析父級。
 
從類別 javax.swing.text.AbstractDocument.BranchElement 繼承的方法
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, positionToElement, replace, 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.BlockElement

public HTMLDocument.BlockElement(Element parent,
                                 AttributeSet a)
建構初始不包含子元素的復合元素。

參數:
parent - 父元素
a - 元素的屬性
從以下版本開始:
1.4
方法詳細資訊

getName

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

指定者:
介面 Element 中的 getName
覆寫:
類別 AbstractDocument.BranchElement 中的 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