Interface IDocumentTreeJob

All Known Implementing Classes:
LabelContext, LinkContext
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IDocumentTreeJob
Interface for document tree jobs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(com.itextpdf.styledxmlparser.node.INode node, int level)
    Processes a node within a document tree structure at a given level.
  • Method Details

    • process

      void process (com.itextpdf.styledxmlparser.node.INode node, int level)
      Processes a node within a document tree structure at a given level.
      This method is used to perform specific operations on an INode based on the context of its hierarchical position in the document tree.
      Parameters:
      node - the node to process
      level - the hierarchical level of the node in the document tree structure