Table of Contents

Class LocalPathItem

Namespace
iText.Kernel.Utils.Objectpathitems
Assembly
itext.kernel.dll

An abstract class for the items in the direct path (see ObjectPath.

public abstract class LocalPathItem
Inheritance
LocalPathItem
Derived
Inherited Members

Constructors

LocalPathItem()

protected LocalPathItem()

Methods

ToXmlNode(XmlDocument)

Creates an xml node that describes this direct path item.

protected abstract XmlNode ToXmlNode(XmlDocument document)

Parameters

document XmlDocument

xml document, to which this xml node will be added.

Returns

XmlNode

an xml node describing direct path item.