GoDiagram Web Reference
Consume(XmlDocument) Method

an XmlDocument
Consume an XmlDocument
Syntax
'Declaration
 
Public Overloads Overridable Function Consume( _
   ByVal doc As XmlDocument _
) As Object
public virtual object Consume( 
   XmlDocument doc
)

Parameters

doc
an XmlDocument

Return Value

an object that represents the whole document, as returned by ConsumeRootElement
Remarks
After some initialization, this calls, in order, ConsumeInstructions, ConsumeRootElement, ConsumeRootAttributes, ConsumeRootBody, and ProcessDelayedObjects. This does not use a XmlReader or call LoadDOM, since an XmlDocument is supplied. UseDOM is set to true. You probably do not need to override this method.
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

GoXmlReader Class
GoXmlReader Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback