XML API
toolslib\toolbox\cvixml.fp
This instrument driver contains functions for creating and modifying XML documents.
An XML document is a hierarchical representation of data, similar to a tree with parent/child relationships. The data appears as elements, which consist of a tag name and a value. Elements also can contain attributes.
cvixml.fp includes the following classes:
- Document Functions—Open XML documents for modification, create new XML documents, and save and format modified XML documents.
- Element Functions—Create new elements, modify existing elements, copy elements, search for elements by their tags, and delete elements.
- Child Element Functions—Get the number of children of an element, get the children of an element, and get the parent of an element.
- Attribute Functions—Get the number of attributes of an element; get the attributes of an element; and create, modify, and delete attributes.
- Error Processing Functions—Process errors.
- Low Level Functions—Get the ActiveX handle of a document, get the ActiveX handle of an element, and get the ActiveX handle of an attribute.
(Linux) The cvixml.fp instrument driver is not supported.