Table of Contents

Class XfaForm.Xml2SomDatasets

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Processes the datasets section in the XFA form.

public class XfaForm.Xml2SomDatasets : XfaForm.Xml2Som
Inheritance
XfaForm.Xml2SomDatasets
Inherited Members

Constructors

Xml2SomDatasets(XmlNode)

Creates a new instance from the datasets node. This expects not the datasets but the data node that comes below.

public Xml2SomDatasets(XmlNode n)

Parameters

n XmlNode

the datasets node

Methods

InsertNode(XmlNode, string)

Inserts a new Node that will match the short name.

public XmlNode InsertNode(XmlNode n, string shortName)

Parameters

n XmlNode

the datasets top Node

shortName string

the short name

Returns

XmlNode

the new Node of the inserted name