Class LocalPathItem
- java.lang.Object
-
- com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
-
- Direct Known Subclasses:
ArrayPathItem
,DictPathItem
,OffsetPathItem
public abstract class LocalPathItem extends java.lang.Object
An abstract class for the items in the direct path (seeObjectPath
.
-
-
Constructor Summary
Constructors Constructor Description LocalPathItem()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract org.w3c.dom.Node
toXmlNode(org.w3c.dom.Document document)
Creates an xml node that describes this direct path item.
-