C# Class HandCoded.FpML.Conversions.R4_0__R4_1

The CR4_0__R4_1 class implements a conversion from FpML 4-0 to FpML 4-1. The specific changes need (other than basic DOCTYPE substitutions are:
Inheritance: HandCoded.Meta.DirectConversion
Exibir arquivo Open project: formicary/fpml-toolkit-csharp

Public Methods

Method Description
Convert ( XmlDocument source, HandCoded helper ) : XmlDocument

Applies the Conversion to a XmlDocument instance to create a new XmlDocument.

R4_0__R4_1 ( ) : System

Constructs a R4_0__R4_1 instance.

Private Methods

Method Description
Transcribe ( XmlNode context, XmlDocument document, XmlNode parent, HandCoded helper ) : void

Method Details

Convert() public method

Applies the Conversion to a XmlDocument instance to create a new XmlDocument.
public Convert ( XmlDocument source, HandCoded helper ) : XmlDocument
source System.Xml.XmlDocument The to be converted.
helper HandCoded A used to guide conversion.
return System.Xml.XmlDocument

R4_0__R4_1() public method

Constructs a R4_0__R4_1 instance.
public R4_0__R4_1 ( ) : System
return System