Node MethodsDownload PDFSelected SectionSelected Section and Subsection(s)Entire ManualUpdated2025-07-301 minute(s) readLabVIEWAPI ReferenceLabVIEW G Remove ChildRemoves the Child Node from the list of children that Old Child specifies. Append ChildAdds a node, New Child, to the end of the list of children of the node. If New Child already exists in the tree, the new node replaces the existing one. Clone NodeClones a node. If Deep is TRUE, the parser clones the node and its entire subtree. If Deep is FALSE, the parser clones only the node.Has Child NodesDetermines whether a node has children. Get XMLReturns a string that contains the XML for the node. NormalizePuts all Text Nodes in the full depth of the subtree underneath the node, including Attribute Nodes, into a standard form. Insert BeforeInserts a node, New Child, before the existing Child Node Reference Child. If Reference Child is invalid, the parser inserts New Child at the end of the list of children.Replace ChildReplaces Old Child with New Child in the list of children of the node. Has AttributesReturns whether the node, if the node is an element, has any attributes. Is SupportedTests whether the DOM Implementation implements a specific feature and whether the node supports the feature.Get XML (Pretty Print)Pretty prints the XML for a node to a string.
Remove ChildRemoves the Child Node from the list of children that Old Child specifies. Append ChildAdds a node, New Child, to the end of the list of children of the node. If New Child already exists in the tree, the new node replaces the existing one. Clone NodeClones a node. If Deep is TRUE, the parser clones the node and its entire subtree. If Deep is FALSE, the parser clones only the node.Has Child NodesDetermines whether a node has children. Get XMLReturns a string that contains the XML for the node. NormalizePuts all Text Nodes in the full depth of the subtree underneath the node, including Attribute Nodes, into a standard form. Insert BeforeInserts a node, New Child, before the existing Child Node Reference Child. If Reference Child is invalid, the parser inserts New Child at the end of the list of children.Replace ChildReplaces Old Child with New Child in the list of children of the node. Has AttributesReturns whether the node, if the node is an element, has any attributes. Is SupportedTests whether the DOM Implementation implements a specific feature and whether the node supports the feature.Get XML (Pretty Print)Pretty prints the XML for a node to a string.
Remove ChildRemoves the Child Node from the list of children that Old Child specifies. Append ChildAdds a node, New Child, to the end of the list of children of the node. If New Child already exists in the tree, the new node replaces the existing one. Clone NodeClones a node. If Deep is TRUE, the parser clones the node and its entire subtree. If Deep is FALSE, the parser clones only the node.Has Child NodesDetermines whether a node has children. Get XMLReturns a string that contains the XML for the node. NormalizePuts all Text Nodes in the full depth of the subtree underneath the node, including Attribute Nodes, into a standard form. Insert BeforeInserts a node, New Child, before the existing Child Node Reference Child. If Reference Child is invalid, the parser inserts New Child at the end of the list of children.Replace ChildReplaces Old Child with New Child in the list of children of the node. Has AttributesReturns whether the node, if the node is an element, has any attributes. Is SupportedTests whether the DOM Implementation implements a specific feature and whether the node supports the feature.Get XML (Pretty Print)Pretty prints the XML for a node to a string.