Class LocalPathItem
java.lang.Object
com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
- Direct Known Subclasses:
-
ArrayPathItem
,DictPathItem
,OffsetPathItem
An abstract class for the items in the direct path (see
ObjectPath
.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LocalPathItem
public LocalPathItem()
-
-
Method Details
-
toXmlNode
Creates an xml node that describes this direct path item.- Parameters:
-
document
- xml document, to which this xml node will be added. - Returns:
- an xml node describing direct path item.
-