Uses of Class
com.itextpdf.kernel.utils.objectpathitems.ObjectPath
-
Packages that use ObjectPath Package Description com.itextpdf.kernel.utils com.itextpdf.kernel.utils.objectpathitems -
-
Uses of ObjectPath in com.itextpdf.kernel.utils
Fields in com.itextpdf.kernel.utils with type parameters of type ObjectPath Modifier and Type Field Description protected java.util.Map<ObjectPath,java.lang.String>CompareTool.CompareResult. differencesMethods in com.itextpdf.kernel.utils that return types with arguments of type ObjectPath Modifier and Type Method Description java.util.Map<ObjectPath,java.lang.String>CompareTool.CompareResult. getDifferences()Returns map withObjectPathas keys and difference descriptions as values.Methods in com.itextpdf.kernel.utils with parameters of type ObjectPath Modifier and Type Method Description protected voidCompareTool.CompareResult. addError(ObjectPath path, java.lang.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, java.util.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.objectpathitems Modifier and Type Class Description classTrailerPathDirect 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 ObjectPath Modifier and Type Method Description ObjectPathObjectPath. 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 ObjectPath Constructor Description ObjectPath(ObjectPath objectPath)Creates anObjectPathobject from anotherObjectPathobject, passed as argument.
-