GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReaderWriterBase Class / RegisterTransformers Method
In This Topic
    RegisterTransformers Method (GoXmlReaderWriterBase)
    In This Topic
    This method creates instances of all of the standard IGoXmlTransformers to be used when generating XML.
    Syntax
    public virtual void RegisterTransformers()
    Remarks
    If you want your own reader or writer, override this method to make sure all of your customized transformer instances are added automatically. Just call AddTransformer with new instances of all of the transformers for the kinds of GoObjects that you want to handle. By default this method does not register any transformers.
    See Also