Class JsoupToW3CDom.W3CBuilder
java.lang.Object
com.lucidworks.apollo.pipeline.util.JsoupToW3CDom.W3CBuilder
- All Implemented Interfaces:
org.jsoup.select.NodeVisitor
- Enclosing class:
- JsoupToW3CDom
Implements the conversion by walking the input.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
W3CBuilder
-
-
Method Details
-
head
public void head(org.jsoup.nodes.Node source, int depth) - Specified by:
headin interfaceorg.jsoup.select.NodeVisitor
-
tail
public void tail(org.jsoup.nodes.Node source, int depth) - Specified by:
tailin interfaceorg.jsoup.select.NodeVisitor
-