Class DictPathItem
java.lang.Object
com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
com.itextpdf.kernel.utils.objectpathitems.DictPathItem
Direct path item (see
ObjectPath
, which describes transition to the PdfDictionary
entry which value is now a currently comparing direct object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
The key which defines to which entry of thePdfDictionary
the transition was performed.int
hashCode()
toString()
protected Node
Creates an xml node that describes this direct path item.
-
Constructor Details
-
DictPathItem
Creates an instance of theDictPathItem
.- Parameters:
-
key
- the key which defines to which entry of thePdfDictionary
the transition was performed.
-
-
Method Details
-
toString
-
hashCode
public int hashCode() -
equals
-
getKey
The key which defines to which entry of thePdfDictionary
the transition was performed. SeeDictPathItem
for more info.- Returns:
-
a
PdfName
which is the key which defines to which entry of the dictionary the transition was performed.
-
toXmlNode
Description copied from class:LocalPathItem
Creates an xml node that describes this direct path item.- Specified by:
-
toXmlNode
in classLocalPathItem
- Parameters:
-
document
- xml document, to which this xml node will be added. - Returns:
- an xml node describing direct path item.
-