Class LocalPathItem

java.lang.Object
com.itextpdf.kernel.utils.objectpathitems.LocalPathItem
Direct Known Subclasses:
ArrayPathItem, DictPathItem, OffsetPathItem

public abstract class LocalPathItem extends Object
An abstract class for the items in the direct path (see ObjectPath.
  • Constructor Details

    • LocalPathItem

      public LocalPathItem()
  • Method Details

    • toXmlNode

      protected abstract Node toXmlNode (Document document)
      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.