C# Class AODL.Document.Import.OpenDocument.NodeProcessors.FormsProcessor

Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
CreateCellForms ( Table table ) : void

Creates the document forms.

FormsProcessor ( IDocument document ) : System

Initializes a new instance of the FormsProcessor class.

ReadFormNodes ( ) : void

Reads the content nodes.

Private Methods

Method Description
CreateDocumentForms ( XmlNode node ) : void

Creates the document forms.

CreateForm ( XmlNode formnode ) : ODFForm

Gets the form.

LogNode ( XmlNode node, string msg ) : void

Logs the node.

Method Details

CreateCellForms() public method

Creates the document forms.
public CreateCellForms ( Table table ) : void
table AODL.Document.Content.Tables.Table
return void

FormsProcessor() public method

Initializes a new instance of the FormsProcessor class.
public FormsProcessor ( IDocument document ) : System
document IDocument The document.
return System

ReadFormNodes() public method

Reads the content nodes.
public ReadFormNodes ( ) : void
return void