BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
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 <bpmn++.h>

Public Attributes

Namespace xmlns
 
Namespace prefix
 
AttributeName name
 
Value value
 

Member Data Documentation

◆ name

AttributeName XML::Attribute::name

Definition at line 77 of file bpmn++.h.

◆ prefix

Namespace XML::Attribute::prefix

Definition at line 76 of file bpmn++.h.

◆ value

Value XML::Attribute::value

Definition at line 78 of file bpmn++.h.

◆ xmlns

Namespace XML::Attribute::xmlns

Definition at line 75 of file bpmn++.h.


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