Serializable, AttributeSet, Element, MutableAttributeSet, TreeNode
HTMLDocumentpublic class HTMLDocument.BlockElement extends AbstractDocument.BranchElement
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
NameAttribute, ResolveAttribute
| Constructor | Description | 
|---|---|
| BlockElement | Constructs a composite element that initially contains no children. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getName() | Gets the name of the element. | 
| AttributeSet | getResolveParent() | Gets the resolving parent. | 
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 - the parent elementa - the attributes for the elementpublic String getName()
getName in interface Element
getName in class AbstractDocument.BranchElement
public AttributeSet getResolveParent()
getResolveParent in interface AttributeSet
getResolveParent in class AbstractDocument.AbstractElement
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/text/html/HTMLDocument.BlockElement.html