Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The NodeSet type exposes the following members.

Constructors

  NameDescription
Public methodNodeSet
Creates an empty nodeset.

Methods

  NameDescription
Public methodAdd(Node)
Adds a node to the set.
Public methodAdd(ILocalNode, NamespaceTable, StringTable)
Adds a node to the set after translating all namespace/server indexes in attributes or references.
Public methodAddReference
Translates a reference and adds it to the specified node.
Public methodContains
Returns true if the node exists in the nodeset.
Public methodCopy
Translates all namespace/server indexes in attributes or references and returns a copy of the node.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExport(NodeId, NamespaceTable)
Updates the nodeset string tables and returns a NodeId that references those tables.
Public methodExport(ExpandedNodeId, NamespaceTable, StringTable)
Updates the nodeset string tables and returns a NodeId that references those tables.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(NodeId)
Returns the node in the set.
Public methodFind(NodeId, NamespaceTable)
Returns the node in the set.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImport(NodeId, NamespaceTable)
Updates the specified namespace tables and returns a NodeId that references those tables.
Public methodImport(ExpandedNodeId, NamespaceTable, StringTable)
Updates the specified string tables and returns a NodeId that references those tables.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRead
Loads a nodeset from a stream.
Public methodRemove
Removes a node from the set.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWrite
Write a nodeset to a stream.

See Also