| java.lang.Object | |
| ↳ | javax.swing.text.html.parser.Element |
An element as described in a DTD using the ELEMENT construct. This is essentiall the description of a tag. It describes the type, content model, attributes, attribute types etc. It is used to correctly parse a document by the Parser.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
javax.swing.text.html.parser.DTDConstants
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| atts | |||||||||||
| content | |||||||||||
| data | A field to store user data. | ||||||||||
| exclusions | |||||||||||
| inclusions | |||||||||||
| index | |||||||||||
| name | |||||||||||
| oEnd | |||||||||||
| oStart | |||||||||||
| type | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get an attribute by name.
| |||||||||||
Get an attribute by value.
| |||||||||||
Get the attributes.
| |||||||||||
Get content model
| |||||||||||
Get index.
| |||||||||||
Get the name of the element.
| |||||||||||
Get type.
| |||||||||||
Check if empty
| |||||||||||
Return true if the end tag can be omitted.
| |||||||||||
Return true if the start tag can be omitted.
| |||||||||||
Convert to a string.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Get index.
Get type.
Check if empty
Return true if the end tag can be omitted.
Return true if the start tag can be omitted.