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