Click or drag to resize

QNameList Class

The QNameList class represents a list of QName objects.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XmlQNameList

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

The QNameList type exposes the following members.

Constructors
  NameDescription
Public methodQNameList
Initializes a new instance of the QNameList class
Public methodQNameList(IEnumerable)
Initializes a new instance of the QNameList class
Public methodQNameList(Int32)
Initializes a new instance of the QNameList class
Public methodQNameList(IEnumerableQName)
Initializes a new instance of the QNameList class
Public methodQNameList(QNameList)
Initializes a new instance of the QNameList class
Top
Properties
Methods
See Also