Package com.itextpdf.html2pdf.attach
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.
Interface for document tree jobs.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(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 anINodebased 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
-