Class ArrayPathItem
java.lang.Object
com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
com.itextpdf.kernel.utils.objectpathitems.ArrayPathItem
Direct path item (see
ObjectPath, which describes transition to the
PdfArray element which is now a currently comparing direct object.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
private final int index
-
-
Constructor Details
-
ArrayPathItem
public ArrayPathItem(int index) Creates an instance of theArrayPathItem.- Parameters:
index- the index which defines element of thePdfArrayto which the transition was performed.
-
-
Method Details
-
toString
-
hashCode
-
equals
-
getIndex
public int getIndex()The index which defines element of thePdfArrayto which the transition was performed. SeeArrayPathItemfor more info.- Returns:
- the index which defines element of the array to which the transition was performed
-
toXmlNode
Description copied from class:LocalPathItemCreates an xml node that describes this direct path item.- Specified by:
toXmlNodein classLocalPathItem- Parameters:
document- xml document, to which this xml node will be added.- Returns:
- an xml node describing direct path item.
-