|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Visitable | |
---|---|
com.quiotix.html.parser |
Uses of Visitable in com.quiotix.html.parser |
---|
Classes in com.quiotix.html.parser that implement Visitable | |
---|---|
class |
HtmlDocument
Represents an HTML document as a sequence of elements. |
static class |
HtmlDocument.Annotation
Annotations. |
static class |
HtmlDocument.Comment
HTML comments. |
static class |
HtmlDocument.EndTag
Html end tag. |
static class |
HtmlDocument.HtmlElement
Abstract class for HTML elements. |
static class |
HtmlDocument.Newline
End of line indicator. |
static class |
HtmlDocument.Tag
HTML start tag. |
static class |
HtmlDocument.TagBlock
A tag block is a composite structure consisting of a start tag a sequence of HTML elements, and a matching end tag. |
static class |
HtmlDocument.Text
Plain text |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |