GoDiagram Web Reference
RegisterTransformers Method (GoXmlReaderWriterBase)

This method creates instances of all of the standard IGoXmlTransformers to be used when generating XML.
Syntax
'Declaration
 
Public Overridable Sub RegisterTransformers() 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlReaderWriterBase Class
GoXmlReaderWriterBase Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback