|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlVisitor | |
---|---|
com.quiotix.html.example | |
com.quiotix.html.parser |
Uses of HtmlVisitor in com.quiotix.html.example |
---|
Subclasses of HtmlVisitor in com.quiotix.html.example | |
---|---|
class |
DumpLinks
Example visitor to dump out the links from an HTML document. |
Uses of HtmlVisitor in com.quiotix.html.parser |
---|
Subclasses of HtmlVisitor in com.quiotix.html.parser | |
---|---|
class |
HtmlCollector
An HtmlVisitor which modifies the structure of the document so that begin tags are matched properly with end tags and placed in TagBlock elements. |
class |
HtmlDebugDumper
Simple HtmlVisitor which dumps out the document to the specified output stream. |
class |
HtmlDumper
Simple HtmlVisitor which dumps out the document to the specified output stream. |
class |
HtmlFormatter
HtmlFormatter is a Visitor which traverses an HtmlDocument, dumping the contents of the document to a specified output stream. |
class |
HtmlScrubber
HtmlScrubber is a Visitor which walks an HtmlDocument and cleans it up. |
class |
HtmlStripper
A runnable class intended to produce readable, sparse html from formatted pages. |
Methods in com.quiotix.html.parser with parameters of type HtmlVisitor | |
---|---|
void |
Visitable.accept(HtmlVisitor v)
Allow the Visitor to visit. |
void |
HtmlDocument.accept(HtmlVisitor v)
|
abstract void |
HtmlDocument.HtmlElement.accept(HtmlVisitor v)
|
void |
HtmlDocument.Tag.accept(HtmlVisitor v)
|
void |
HtmlDocument.EndTag.accept(HtmlVisitor v)
|
void |
HtmlDocument.TagBlock.accept(HtmlVisitor v)
|
void |
HtmlDocument.Comment.accept(HtmlVisitor v)
|
void |
HtmlDocument.Text.accept(HtmlVisitor v)
|
void |
HtmlDocument.Newline.accept(HtmlVisitor v)
|
void |
HtmlDocument.Annotation.accept(HtmlVisitor v)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |