| java.lang.Object | |||
| ↳ | javax.swing.text.AbstractDocument.AbstractElement | ||
| ↳ | javax.swing.text.AbstractDocument.BranchElement | ||
| ↳ | javax.swing.text.html.HTMLDocument.BlockElement | ||
An element that represents a structural block of HTML.
|
[Expand]
Inherited Fields | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
javax.swing.text.AttributeSet
| |||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a composite element that initially contains
no children.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the name of the element.
| |||||||||||
Gets the resolving parent.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.swing.text.AbstractDocument.BranchElement
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
javax.swing.text.AbstractDocument.AbstractElement
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.text.AttributeSet
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.text.Element
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.text.MutableAttributeSet
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.tree.TreeNode
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Constructs a composite element that initially contains no children.
| parent | the parent element |
|---|---|
| a | the attributes for the element |
Gets the resolving parent. HTML attributes are not inherited at the model level so we override this to return null.
