Package org.apache.pdfbox.pdmodel
Class PDPageTree.SearchContext
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.PDPageTree.SearchContext
-
- Enclosing class:
- PDPageTree
private static final class PDPageTree.SearchContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
found
private int
index
private COSDictionary
searched
-
Constructor Summary
Constructors Modifier Constructor Description private
SearchContext(PDPage page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
visitPage(COSDictionary current)
-
-
-
Field Detail
-
searched
private final COSDictionary searched
-
index
private int index
-
found
private boolean found
-
-
Constructor Detail
-
SearchContext
private SearchContext(PDPage page)
-
-
Method Detail
-
visitPage
private void visitPage(COSDictionary current)
-
-