Package htmlflow.flowifier
-
Interface Summary Interface Description HtmlToJavaHtmlFlowNodeVisitor<T extends Appendable> Visitor of a JSoup node that converts the HTML source code into a Java class -
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.Flowifier Main class of the flowifier used to convert a whole document or the content of a node into a Java class