GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface / ConsumeBody Method
the object constructed by Allocate
In This Topic
    ConsumeBody Method (IGoXmlTransformer)
    In This Topic
    Read any text or elements contained in the current element to continue building the object, after all calls to ConsumeAttributes.
    Syntax
    void ConsumeBody( 
       object obj
    )

    Parameters

    obj
    the object constructed by Allocate
    See Also