All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractHtmlToJavaHtmlFlowNodeVisitor<T extends Appendable> Defines most of the implementation for a typical visitor of a JSoup node that converts the HTML source code into a Java class except the storage managed by the appendableDefaultHtmlToJavaHtmlFlowNodeVisitor Default implementation of the visitor of a JSoup node that converts the HTML source code into a Java class, it uses a StringBuilder to append the content of the Java class.DynamicHtml<T> Dynamic views can be bound to a domain object.Flowifier Main class of the flowifier used to convert a whole document or the content of a node into a Java classHtmlTemplate<T> HtmlToJavaHtmlFlowNodeVisitor<T extends Appendable> Visitor of a JSoup node that converts the HTML source code into a Java classHtmlView<T> The root container for HTML elements.HtmlVisitorCache This is the base implementation of the ElementVisitor (from HtmlApiFaster library) which collects information about visited Html elements of a HtmlView.HtmlVisitorPrintStream HtmlVisitorStringBuilder This is the implementation of the ElementVisitor (from HtmlApiFaster library) which uses an internal StringBuilder to collect information about visited Html elements of a HtmlView.HtmlWriter<T> Writes HTML content into aPrintStream
.PrintStringBuilder StaticHtml Static Html view.