Class DocumentTreeUtil

java.lang.Object
com.itextpdf.html2pdf.attach.DocumentTreeUtil

public final class DocumentTreeUtil extends Object
Utility class for document tree operations.
  • Method Details

    • traverse

      public static void traverse (com.itextpdf.styledxmlparser.node.INode node, List<IDocumentTreeJob> jobs)
      Traverses a document tree starting from a specified node and performs a collection of jobs on each node.
      Parameters:
      node - node of the document tree to traverse
      jobs - a collection of jobs to be executed on each node during the traversal