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.differencesMethods in com.itextpdf.kernel.utils that return types with arguments of type ObjectPathModifier and TypeMethodDescriptionCompareTool.CompareResult.getDifferences()Returns map withObjectPathas keys and difference descriptions as values.Methods in com.itextpdf.kernel.utils with parameters of type ObjectPathModifier and TypeMethodDescriptionprotected voidCompareTool.CompareResult.addError(ObjectPath path, String message) Adds an error message for theObjectPath.private booleanCompareTool.compareArraysExtended(PdfArray outArray, PdfArray cmpArray, ObjectPath currentPath, CompareTool.CompareResult compareResult) private booleanCompareTool.compareBooleansExtended(PdfBoolean outBoolean, PdfBoolean cmpBoolean, ObjectPath currentPath, CompareTool.CompareResult compareResult) private booleanCompareTool.compareDictionariesExtended(PdfDictionary outDict, PdfDictionary cmpDict, ObjectPath currentPath, CompareTool.CompareResult compareResult) private booleanCompareTool.compareDictionariesExtended(PdfDictionary outDict, PdfDictionary cmpDict, ObjectPath currentPath, CompareTool.CompareResult compareResult, Set<PdfName> excludedKeys) private booleanCompareTool.compareNamesExtended(PdfName outName, PdfName cmpName, ObjectPath currentPath, CompareTool.CompareResult compareResult) private booleanCompareTool.compareNumbersExtended(PdfNumber outNumber, PdfNumber cmpNumber, ObjectPath currentPath, CompareTool.CompareResult compareResult) protected booleanCompareTool.compareObjects(PdfObject outObj, PdfObject cmpObj, ObjectPath currentPath, CompareTool.CompareResult compareResult) Compare PDF objects.private booleanCompareTool.compareStreamsExtended(PdfStream outStream, PdfStream cmpStream, ObjectPath currentPath, CompareTool.CompareResult compareResult) private booleanCompareTool.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 classDirect 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 anObjectPathobject from anotherObjectPathobject, passed as argument.