DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
xml_attr Struct Reference

XML attribute name value pair. More...

#include <dtsapp.h>

Data Fields

const char * name
 Name of attribute. More...
 
const char * value
 Value of attribute. More...
 

Detailed Description

XML attribute name value pair.

Definition at line 639 of file dtsapp.h.

Field Documentation

const char* xml_attr::name

Name of attribute.

Definition at line 641 of file dtsapp.h.

const char* xml_attr::value

Value of attribute.

Definition at line 643 of file dtsapp.h.

Referenced by xml_getattr().


The documentation for this struct was generated from the following file: