Node PropertiesDownload PDFSelected SectionSelected Section and Subsection(s)Entire ManualUpdated2025-07-302 minute(s) readLabVIEWAPI ReferenceLabVIEW G Child NodesReturns a Node List that contains all children of the node.Child Nodes ArrayReturns an array of nodes that contains all children of the node.Element AttributesReturns a NamedNodeMap that contains the attributes of this node, if the node is an element.First ChildReturns the first child of the node. If the node does not exist, the property returns an invalid reference.Last ChildReturns the last child of the node. If the node does not exist, the property returns an invalid reference.Local NameReturns the local part of the qualified name of the node. The property returns an invalid reference for nodes in the following situations.Namespace PrefixReturns or sets the namespace prefix of the node. If the node does not specify a namespace prefix, the property returns an empty string.Namespace URIReturns the namespace URI of the node. If the node does not specify a namespace URI, the property returns an empty string.Next SiblingReturns the node that immediately follows this node. If the node does not exist, the property returns an invalid reference.Node NameReturns the name of the node, depending on its type.Node TypeReturns an enumerated value that represents the type of the node.Node ValueReturns or sets the value of the node, depending on its type.Owner DocumentReturns the owner document associated with the node.Parent NodeReturns the Parent Node of the node. The property returns an invalid reference for documents, DocumentFragments, and attributes.Previous SiblingReturns the node that immediately precedes this node. If the node does not exist the property returns an invalid reference.
Child NodesReturns a Node List that contains all children of the node.Child Nodes ArrayReturns an array of nodes that contains all children of the node.Element AttributesReturns a NamedNodeMap that contains the attributes of this node, if the node is an element.First ChildReturns the first child of the node. If the node does not exist, the property returns an invalid reference.Last ChildReturns the last child of the node. If the node does not exist, the property returns an invalid reference.Local NameReturns the local part of the qualified name of the node. The property returns an invalid reference for nodes in the following situations.Namespace PrefixReturns or sets the namespace prefix of the node. If the node does not specify a namespace prefix, the property returns an empty string.Namespace URIReturns the namespace URI of the node. If the node does not specify a namespace URI, the property returns an empty string.Next SiblingReturns the node that immediately follows this node. If the node does not exist, the property returns an invalid reference.Node NameReturns the name of the node, depending on its type.Node TypeReturns an enumerated value that represents the type of the node.Node ValueReturns or sets the value of the node, depending on its type.Owner DocumentReturns the owner document associated with the node.Parent NodeReturns the Parent Node of the node. The property returns an invalid reference for documents, DocumentFragments, and attributes.Previous SiblingReturns the node that immediately precedes this node. If the node does not exist the property returns an invalid reference.
Child NodesReturns a Node List that contains all children of the node.Child Nodes ArrayReturns an array of nodes that contains all children of the node.Element AttributesReturns a NamedNodeMap that contains the attributes of this node, if the node is an element.First ChildReturns the first child of the node. If the node does not exist, the property returns an invalid reference.Last ChildReturns the last child of the node. If the node does not exist, the property returns an invalid reference.Local NameReturns the local part of the qualified name of the node. The property returns an invalid reference for nodes in the following situations.Namespace PrefixReturns or sets the namespace prefix of the node. If the node does not specify a namespace prefix, the property returns an empty string.Namespace URIReturns the namespace URI of the node. If the node does not specify a namespace URI, the property returns an empty string.Next SiblingReturns the node that immediately follows this node. If the node does not exist, the property returns an invalid reference.Node NameReturns the name of the node, depending on its type.Node TypeReturns an enumerated value that represents the type of the node.Node ValueReturns or sets the value of the node, depending on its type.Owner DocumentReturns the owner document associated with the node.Parent NodeReturns the Parent Node of the node. The property returns an invalid reference for documents, DocumentFragments, and attributes.Previous SiblingReturns the node that immediately precedes this node. If the node does not exist the property returns an invalid reference.