Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Interface au.id.jericho.lib.html.HTMLElementName
Uses in package au.id.jericho.lib.html
Classes implementing au.id.jericho.lib.html.HTMLElementName
class
Element
Represents an
element
in a specific
source
document, which encompasses a
start tag
, an optional
end tag
and all
content
in between.
class
EndTag
Represents the
end tag
of an
element
in a specific
source
document.
class
HTMLElements
Contains static methods which group
HTML element names
by the characteristics of their associated
elements
.
class
StartTag
Represents the
start tag
of an
element
in a specific
source
document.
class
Tag
Represents either a
StartTag
or
EndTag
in a specific
source
document.
Package
Class
Use
Tree
Index
Deprecated
About