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. differences
Methods 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 withObjectPath
as keys and difference descriptions as values.Methods in com.itextpdf.kernel.utils with parameters of type ObjectPath Modifier and Type Method Description protected void
CompareTool.CompareResult. addError(ObjectPath path, java.lang.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, java.util.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.objectpathitems Modifier and Type Class Description class
TrailerPath
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 ObjectPath Modifier and Type Method Description ObjectPath
ObjectPath. 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 anObjectPath
object from anotherObjectPath
object, passed as argument.
-