public class HTMLDocument.RunElement extends AbstractDocument.LeafElement
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttributeNameAttribute, ResolveAttribute| Constructor and Description |
|---|
RunElement(Element parent, AttributeSet a, int offs0, int offs1)
构造一个表示文档中内容的元素(没有孩子)。
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
获取元素的名称。
|
AttributeSet |
getResolveParent()
获取解决父。
|
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, toStringaddAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParentpublic 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()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.