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 の構造 block を表す要素です。
クラス 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 |
HTMLDocument.BlockElement
public HTMLDocument.BlockElement(Element parent,
AttributeSet a)
- 最初は子を含まない、複合要素を作成します。
- パラメータ:
parent
- 親要素a
- 要素の属性
getName
public String getName()
- 要素の名前を取得します。
- 定義:
- インタフェース
Element
内の getName
- オーバーライド:
- クラス
AbstractDocument.BranchElement
内の getName
- 戻り値:
- 名前。ない場合は null
getResolveParent
public AttributeSet getResolveParent()
- 解決処理側の親を返します。HTML 属性はモデルレベルでは継承されないので、null を返すように、このメソッドをオーバーライドします。
- 定義:
- インタフェース
AttributeSet
内の getResolveParent
- オーバーライド:
- クラス
AbstractDocument.AbstractElement
内の getResolveParent
- 戻り値:
- 親がない場合は null
- 関連項目:
AttributeSet.getResolveParent()
バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。