API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.text.html.parser.
TagElement
View Source
Author(s)
Sunita Mani
Since
Version
1.12, 11/17/05
Serial
Hierarchy
Object
TagElement
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class TagElement
A generic HTML TagElement class.
A generic HTML TagElement class. The methods define how white
space is interpreted around the tag.
See also:
Constructors
public
TagElement
(
Element
elem)
public
TagElement
(
Element
elem,
boolean
fictional)
Methods
Hide/Show inherited methods
public
boolean
breaksFlow
()
public
boolean
fictional
()
public
Element
getElement
()
public
Tag
getHTMLTag
()
public
boolean
isPreformatted
()
Fields
Hide/Show inherited fields
pack-private
Element
elem
pack-private
Tag
htmlTag
pack-private
boolean
insertedByErrorRecovery
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar