HandCoded.Meta.Conversion.Convert C# (CSharp) Method

Convert() public abstract method

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