GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface
Properties Methods

In This Topic
    IGoXmlTransformer Interface Members
    In This Topic

    The following tables list the members exposed by IGoXmlTransformer.

    Public Properties
     NameDescription
     Property Gets or sets the element name for this transformer.  
     PropertyGets or sets which GoXmlReader is using this transformer.  
     PropertyGets or sets the Type for which these transformer methods apply.  
     PropertyGets or sets which GoXmlWriter is using this transformer.  
    Top
    Public Methods
     NameDescription
     MethodConstruct an object, given the current state of the GoXmlReader.  
     MethodUse attribute values to further initialize the object constructed by Allocate.  
     MethodRead any text or elements contained in the current element to continue building the object, after all calls to ConsumeAttributes.  
     MethodProcess a child object constructed by having consumed a child element of this body, as part of the implementation of a ConsumeBody.  
     MethodFinish any initialization of the object allocated by Allocate, whose attributes have been read and whose body has been traversed and any child objects consumed.  
     Method Generate attributes for the current element, helping to render an object.  
     MethodGenerate text and/or nested elements that render an object, after all calls to GenerateAttributes.  
     Method This method is called in a first pass over the objects, remembering any shared objects and perhaps rendering definition elements for those shared objects.  
     Method Start an element for an object.  
     MethodFinish the generation of elements started by GenerateElement, after all calls to GenerateBody.  
     MethodReturn true if the GoXmlWriter should not generate XML for an object.  
     MethodUpdate the property named by prop in the given object to the referred object.  
    Top
    See Also