Class DocumentFragmentBuilder.W3CBuilder

  • All Implemented Interfaces:
    org.jsoup.select.NodeVisitor
    Enclosing class:
    DocumentFragmentBuilder

    protected static class DocumentFragmentBuilder.W3CBuilder
    extends Object
    implements org.jsoup.select.NodeVisitor
    Implements the conversion by walking the input.
    • Constructor Detail

      • W3CBuilder

        public W3CBuilder​(org.apache.html.dom.HTMLDocumentImpl doc,
                          DocumentFragment fragment)
    • Method Detail

      • head

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

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