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 booleanfoundprivate intindexprivate COSDictionarysearched
-
Constructor Summary
Constructors Modifier Constructor Description privateSearchContext(PDPage page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidvisitPage(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)
-
-