ElementStack Class

Represents a collection of Elements used during the writing process to keep track of the tag hierearchy.

Namespace: System.Ext.Xml
Assembly: MFDpwsExtensions (in mfdpwsextensions.dll)

Syntax

 public class ElementStack

Remarks

The collection is used like a stack, that is, last on top. When a new element is created, an element item representing the element is added to the top of the stack. See ElementInfo object for the properties of Element objects.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

ElementStack Members
System.Ext.Xml Namespace