public class CompareTool.ObjectPath.DictPathItem extends CompareTool.ObjectPath.LocalPathItem
CompareTool.ObjectPath
, which describes transition to the PdfDictionary
entry which value is now a currently comparing direct object.
Constructor and Description |
---|
DictPathItem(PdfName key)
Creates an instance of the CompareTool.ObjectPath.DictPathItem .
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
PdfName |
getKey()
The key which defines to which entry of the PdfDictionary the transition was performed.
|
int |
hashCode() |
String |
toString() |
protected Node |
toXmlNode(Document document)
Creates an xml node that describes this direct path item.
|
public DictPathItem(PdfName key)
CompareTool.ObjectPath.DictPathItem
.
key
- the key which defines to which entry of the PdfDictionary
the transition was performed.
protected Node toXmlNode(Document document)
CompareTool.ObjectPath.LocalPathItem
toXmlNode
in class CompareTool.ObjectPath.LocalPathItem
document
- xml document, to which this xml node will be added.
public PdfName getKey()
PdfDictionary
the transition was performed. See CompareTool.ObjectPath.DictPathItem
for more info.
PdfName
which is the key which defines to which entry of the dictionary the transition was performed.
Copyright © 1998–2018 iText Group NV. All rights reserved.