public class HTMLDocument.BlockElement extends AbstractDocument.BranchElement
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
NameAttribute,
ResolveAttribute
Constructor and Description |
---|
BlockElement(Element parent, AttributeSet a)
构造最初不包含子项的复合元素。
|
Modifier and Type | Method and Description |
---|---|
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()