Click or drag to resize

ElementList Class

The ElementList class represents a list of ElementInformationItem objects.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XmlElementList

Namespace:  Altova.RaptorXml.Xml
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class ElementList : IDisposable, 
	IEnumerable, IEnumerable<ElementInformationItem>

The ElementList type exposes the following members.

Constructors
  NameDescription
Public methodElementList
Initializes a new instance of the ElementList class
Public methodElementList(IEnumerable)
Initializes a new instance of the ElementList class
Public methodElementList(Int32)
Initializes a new instance of the ElementList class
Public methodElementList(IEnumerableElementInformationItem)
Initializes a new instance of the ElementList class
Public methodElementList(ElementList)
Initializes a new instance of the ElementList class
Top
Properties
Methods
See Also