GoDiagram Win Reference
BodyConsumesChildElements Property

Gets or sets whether ConsumeBody should iterate over all of the child elements of this XML node, calling ConsumeObject for each one, and passing the result to ConsumeChild.
Syntax
'Declaration
 
Public Property BodyConsumesChildElements As Boolean
public bool BodyConsumesChildElements {get; set;}

Property Value

The initial value is false.
Remarks

See the documentation for ConsumeBody and ConsumeChild.

Note that this property only affects consumption. Typically if you are working with a simple (non-subgraph) node that contains some ports, you will also want to set the GeneratesPortsAsChildElements property to true and make sure a transformer is registered for the port type(s), so that child elements are generated for the ports.

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

GoXmlTransformer Class
GoXmlTransformer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback