C# Class HandCoded.FpML.Conversions.R2_0__R3_0

The R2_0__TR3_0 class implements a conversion from FpML 2-0 to FpML 3-0. The specific changes need (other than basic DOCTYPE substitutions are:
  • href attributes must be converted to IDREF values rather than XLink expressions.
  • Superfluous type and base attributes are removed.
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.

R2_0__R3_0 ( ) : System

Constructs a R2_0__TR3_0 instance.

Private Methods

Method Description
Transcribe ( XmlNode context, XmlDocument document, XmlNode parent, List parties ) : 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

R2_0__R3_0() public method

Constructs a R2_0__TR3_0 instance.
public R2_0__R3_0 ( ) : System
return System