Uses of Class
com.itextpdf.kernel.utils.objectpathitems.ObjectPath
Packages that use ObjectPath
-
Uses of ObjectPath in com.itextpdf.kernel.utils
Fields in com.itextpdf.kernel.utils with type parameters of type ObjectPathModifier and TypeFieldDescriptionprotected Map
<ObjectPath, String> CompareTool.CompareResult.differences
Methods in com.itextpdf.kernel.utils that return types with arguments of type ObjectPathModifier and TypeMethodDescriptionCompareTool.CompareResult.getDifferences()
Returns map withObjectPath
as keys and difference descriptions as values.Methods in com.itextpdf.kernel.utils with parameters of type ObjectPathModifier and TypeMethodDescriptionprotected void
CompareTool.CompareResult.addError
(ObjectPath path, String message) Adds an error message for theObjectPath
.private boolean
CompareTool.compareArraysExtended
(PdfArray outArray, PdfArray cmpArray, ObjectPath currentPath, CompareTool.CompareResult compareResult) private boolean
CompareTool.compareBooleansExtended
(PdfBoolean outBoolean, PdfBoolean cmpBoolean, ObjectPath currentPath, CompareTool.CompareResult compareResult) private boolean
CompareTool.compareDictionariesExtended
(PdfDictionary outDict, PdfDictionary cmpDict, ObjectPath currentPath, CompareTool.CompareResult compareResult) private boolean
CompareTool.compareDictionariesExtended
(PdfDictionary outDict, PdfDictionary cmpDict, ObjectPath currentPath, CompareTool.CompareResult compareResult, Set<PdfName> excludedKeys) private boolean
CompareTool.compareNamesExtended
(PdfName outName, PdfName cmpName, ObjectPath currentPath, CompareTool.CompareResult compareResult) private boolean
CompareTool.compareNumbersExtended
(PdfNumber outNumber, PdfNumber cmpNumber, ObjectPath currentPath, CompareTool.CompareResult compareResult) protected boolean
CompareTool.compareObjects
(PdfObject outObj, PdfObject cmpObj, ObjectPath currentPath, CompareTool.CompareResult compareResult) Compare PDF objects.private boolean
CompareTool.compareStreamsExtended
(PdfStream outStream, PdfStream cmpStream, ObjectPath currentPath, CompareTool.CompareResult compareResult) private boolean
CompareTool.compareStringsExtended
(PdfString outString, PdfString cmpString, ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of ObjectPath in com.itextpdf.kernel.utils.objectpathitems
Subclasses of ObjectPath in com.itextpdf.kernel.utils.objectpathitemsModifier and TypeClassDescriptionfinal class
Direct path item (seeObjectPath
), which describes transition to the trailer entry which value is now a currently comparing direct object.Methods in com.itextpdf.kernel.utils.objectpathitems that return ObjectPathModifier and TypeMethodDescriptionObjectPath.resetDirectPath
(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject) Creates a new ObjectPath instance with two new given base objects, which are supposed to be nested in the base objects of the current instance of the ObjectPath.Constructors in com.itextpdf.kernel.utils.objectpathitems with parameters of type ObjectPathModifierConstructorDescriptionObjectPath
(ObjectPath objectPath) Creates anObjectPath
object from anotherObjectPath
object, passed as argument.