Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The NodeSet type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NodeSet |
Creates an empty nodeset.
|
Methods
| Name | Description | |
|---|---|---|
| Add(Node) |
Adds a node to the set.
| |
| Add(ILocalNode, NamespaceTable, StringTable) |
Adds a node to the set after translating all namespace/server indexes in attributes or references.
| |
| AddReference |
Translates a reference and adds it to the specified node.
| |
| Contains |
Returns true if the node exists in the nodeset.
| |
| Copy |
Translates all namespace/server indexes in attributes or references and returns a copy of the node.
| |
| Equals | (Inherited from Object.) | |
| Export(NodeId, NamespaceTable) |
Updates the nodeset string tables and returns a NodeId that references those tables.
| |
| Export(ExpandedNodeId, NamespaceTable, StringTable) |
Updates the nodeset string tables and returns a NodeId that references those tables.
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find(NodeId) |
Returns the node in the set.
| |
| Find(NodeId, NamespaceTable) |
Returns the node in the set.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Import(NodeId, NamespaceTable) |
Updates the specified namespace tables and returns a NodeId that references those tables.
| |
| Import(ExpandedNodeId, NamespaceTable, StringTable) |
Updates the specified string tables and returns a NodeId that references those tables.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read |
Loads a nodeset from a stream.
| |
| Remove |
Removes a node from the set.
| |
| ToString | (Inherited from Object.) | |
| Write |
Write a nodeset to a stream.
|