Close VI

Owning Palette: XML Parser VIs and Nodes

Requires: Base Development System

Closes a reference for all XML parser classes. You can use this polymorphic VI to close refnums from the NamedNodeMap class, the NodeList class, the Implementation class, or the Node class. The Node class encompasses all other XML classes.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

XML Close Reference(NNMap)

named node map is the XML Parser NamedNodeMap class refnum that you want to close.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
error out contains error information. This output provides standard error out functionality.

XML Close Reference(NdList)

node list is the XML Parser NodeList class refnum that you want to close.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
error out contains error information. This output provides standard error out functionality.

XML Close Reference(Impl)

implementation is the XML Parser Implementation class refnum that you want to close.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
error out contains error information. This output provides standard error out functionality.

XML Close Reference(Node)

node is the XML Parser Node class refnum that you want to close.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
error out contains error information. This output provides standard error out functionality.