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