Gets (reads) and/or sets (writes) properties of an XML reference. The node operates in the same way as a standard Property Node.

National Instruments recommends that you use the Close VI to close all the references after using the XML parser classes.


icon

Inputs/Outputs

  • cgenclassrn.png reference
    reference is the refnum associated with an XML parser object that is already open.
  • cerrcodeclst.png error in (no error)
    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
  • igenclassrn.png reference out
    reference out returns reference unchanged.
  • ierrcodeclst.png error out
    error out contains error information. This output provides standard error out functionality.
  • ipoly.png Property
    property 1..n are examples of properties you want to get (read).
  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\File IO\XML\Parse XML\Generate XML String with Parser API.vi