GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlReader Class
/ InvokeAllocate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
InvokeAllocate Method
In This Topic
Call the
Allocate
method of the
IGoXmlTransformer
that is associated with its
IGoXmlTransformer.ElementName
.
Syntax
C#
public
virtual
object
InvokeAllocate()
Return Value
This returns the result of calling
Allocate
. If no transformer is found, this returns false. This method is practically never overridden.
Remarks
This searches for the most type-specific
IGoXmlTransformer
associated with a
IGoXmlTransformer.ElementName
.
See Also
Reference
GoXmlReader Class
GoXmlReader Members