DataNode Members TIBCO Spotfire 6.0 API Reference
The DataNode type exposes the following members.
Constructors

  NameDescription
Public methodDataNode
Initializes a new instance of the DataNode class. Create a new node from a node collection.
Back to Top
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext
Retrieve the next data node which may or may not be the same as the previous data node.
Back to Top
Properties

  NameDescription
Public propertyChildren
Gets the child nodes for this node.
Public propertyFormattedValue
Gets the formatted value for the node.
Public propertyParents
Gets the parent nodes for this node.
Public propertySiblings
Gets the sibling nodes for this node.
Public propertyValue
Gets the value for the node.
Back to Top
See Also