bpmn++
A BPMN parser library, written in C++
|
A struct representing an attribute of an XML-node. More...
The Attribute
struct stores information about the namespace, prefix, name, and value of the attribute.
Definition at line 73 of file XMLObject.h.
#include <XMLObject.h>
Public Attributes | |
Namespace | xmlns |
Namespace | prefix |
AttributeName | name |
Value | value |
AttributeName XML::Attribute::name |
Definition at line 76 of file XMLObject.h.
Namespace XML::Attribute::prefix |
Definition at line 75 of file XMLObject.h.
Value XML::Attribute::value |
Definition at line 77 of file XMLObject.h.
Namespace XML::Attribute::xmlns |
Definition at line 74 of file XMLObject.h.