Click or drag to resize

Sequence Class

The Sequence class is the internal representation of an xpath/xslt/xquery data model sequence. A Sequence can contain zero or more Item.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Beta.XPathSequence

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class Sequence : IDisposable, IEnumerable

The Sequence type exposes the following members.

Constructors
  NameDescription
Public methodSequence(Item)
Initializes a new instance of the Sequence class
Public methodSequence(Session)
Initializes a new instance of the Sequence class
Top
Properties
  NameDescription
Public propertyCount
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodConcat(Item)
Public methodConcat(Sequence)
Public methodDispose
Releases all resources used by the Sequence
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromItem
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeName
Public methodReserve
Public methodSerialize
Serialize the sequence according to the provided SerializationParams. The result will be a string.
Public methodSerializeEncoded
Serialize the sequence according to the provided SerializationParams. The result will be a byte array in the specified encoding.
Public methodToString (Overrides ObjectToString.)
Top
See Also