Northwoods.Go.Xml Assembly : Northwoods.Go.Xml Namespace |
Class | Description | |
---|---|---|
GoXmlBindingTransformer | This class implements a GoXmlTransformer with which you can easily declare a binding between XML attributes and Northwoods.Go.GoObject properties, and which automatically makes a copy of a Prototype object when consuming an XML element for this transformer. | |
GoXmlReader | Read customizable XML, using class-specific IGoXmlTransformers, using an XmlDocument or just an XmlReader . | |
GoXmlReaderWriterBase | This base class for both GoXmlReader and GoXmlWriter defines methods to manage the IGoXmlTransformers that they use. | |
GoXmlSimpleData | Use this abstract class to implement temporary data structures representing collections of properties that do not exist in your actual Northwoods.Go.GoObject classes, in conjunction with GoXmlBindingTransformers. | |
GoXmlTransformer | This abstract class holds methods called by GoXmlWriter and GoXmlReader, used to generate or parse XML for objects of a particular class. | |
GoXmlWriter | Write customizable XML, using class-specific IGoXmlTransformers, creating an XmlDocument or just writing to an XmlWriter . |
Interface | Description | |
---|---|---|
IGoXmlTransformer | This interface represents the methods that GoXmlWriter or GoXmlReader will call to generate or consume XML for an arbitrary type of object. |
Enumeration | Description | |
---|---|---|
GoXmlBindingFlags | These flags describe characteristics of an attribute-property binding use by GoXmlBindingTransformer. |