bpmn++
A BPMN parser library, written in C++
XML::Attribute Struct Reference

A struct representing an attribute of an XML-node. More...

Detailed Description

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
 

Member Data Documentation

◆ name

AttributeName XML::Attribute::name

Definition at line 76 of file XMLObject.h.

◆ prefix

Namespace XML::Attribute::prefix

Definition at line 75 of file XMLObject.h.

◆ value

Value XML::Attribute::value

Definition at line 77 of file XMLObject.h.

◆ xmlns

Namespace XML::Attribute::xmlns

Definition at line 74 of file XMLObject.h.


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