Uses of Package
com.pd4ml.pdf.cos.path
-
Packages that use com.pd4ml.pdf.cos.path Package Description com.pd4ml.pdf.cos.path -
Classes in com.pd4ml.pdf.cos.path used by com.pd4ml.pdf.cos.path Class Description COSPath A parsed COS path: a starting point (the document trailer, or an explicit indirect object) plus a list of navigation steps.COSPath.RootKind Where a path's navigation starts.COSPathException Raised for a malformed COS path expression, or (only from the*Strictevaluator methods) when a path cannot be resolved against a particular document -- an intermediate step lands on a node of the wrong kind, a dictionary key is missing, or an array index is out of range.COSPathSegment One navigation step of aCOSPath: descend into a dictionary by key, into an array by index, or jump directly to an arbitrary indirect object.COSPathSegment.Kind The three kinds of step a COS path can take.