public class HTMLDocument.BlockElement extends AbstractDocument.BranchElement
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
NameAttribute, ResolveAttribute
コンストラクタと説明 |
---|
BlockElement(Element parent, AttributeSet a)
最初は子を含まない、複合要素を作成します。
|
修飾子と型 | メソッドと説明 |
---|---|
String |
getName()
要素の名前を返します。
|
AttributeSet |
getResolveParent()
解釈処理側の親を返します。
|
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, positionToElement, replace, toString
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent
public BlockElement(Element parent, AttributeSet a)
parent
- 親要素a
- 要素の属性public String getName()
getName
、インタフェース: Element
getName
、クラス: AbstractDocument.BranchElement
public AttributeSet getResolveParent()
getResolveParent
、インタフェース: AttributeSet
getResolveParent
、クラス: AbstractDocument.AbstractElement
AttributeSet.getResolveParent()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.