Generated by
JDiff

Class com.itextpdf.kernel.utils.CompareTool.ObjectPath

Documentation changed from old to new.

Changed Constructors
CompareTool.ObjectPath( PdfIndirectReference, PdfIndirectReference ) Documentation changed from old to new.
Creates ObjectPath with corresponding base objects in two documents.
 

Changed Methods
Stack  getIndirectPath() Documentation changed from old to new.
Gets indirect path which denotes sequence of the indirect references that were passed in comparing process to get to the current base objects.
Stack  getLocalPath() Documentation changed from old to new.
Gets local (or direct) path that denotes sequence of the path items from base object to the comparing direct object.
boolean  isComparing( PdfIndirectReference, PdfIndirectReference ) Documentation changed from old to new.
This method is used to define if given objects were already met in the path to the current base objects.
void  pushArrayItemToPath( int) Documentation changed from old to new.
Adds array item to the direct path.
void  pushDictItemToPath( PdfName) Documentation changed from old to new.
Adds dictionary item to the direct path.
void  pushOffsetToPath( int) Documentation changed from old to new.
Adds offset item to the direct path.
ObjectPath  resetDirectPath( PdfIndirectReference, PdfIndirectReference ) Documentation changed from old to new.
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.
Node  toXmlNode( Document) Documentation changed from old to new.
Creates an xml node that describes a direct path stored in this ObjectPath instance.