Class JsoupToW3CDom.W3CBuilder

java.lang.Object
com.lucidworks.apollo.pipeline.util.JsoupToW3CDom.W3CBuilder
All Implemented Interfaces:
org.jsoup.select.NodeVisitor
Enclosing class:
JsoupToW3CDom

protected class JsoupToW3CDom.W3CBuilder extends Object implements org.jsoup.select.NodeVisitor
Implements the conversion by walking the input.
  • Constructor Details

    • W3CBuilder

      public W3CBuilder(Document doc)
  • Method Details

    • head

      public void head(org.jsoup.nodes.Node source, int depth)
      Specified by:
      head in interface org.jsoup.select.NodeVisitor
    • tail

      public void tail(org.jsoup.nodes.Node source, int depth)
      Specified by:
      tail in interface org.jsoup.select.NodeVisitor