GoDiagram Web Reference
UseDOM Property

Gets or sets whether the IGoXmlTransformers should use the XmlDocument or the XmlReader.
Syntax
'Declaration
 
Public Property UseDOM As Boolean
public bool UseDOM {get; set;}

Property Value

This defaults to false; set this to true before calling Consume(XmlReader) if you need to be able to "look-ahead" in the XML by traversing the DOM. This value is automatically set to true if you call Consume(XmlDocument).
Remarks
The DOM is typically used to make it easier to handle references between objects.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback