7 XMLObject(xmlns, className, element, defaultAttributes)
12 , bpmndi_BPMNDiagram(getChildren<BPMNDiagram>())
14 , id(getOptionalAttributeByName(
"id"))
15 , name(getOptionalAttributeByName(
"name"))
16 , targetNamespace(getRequiredAttributeByName(
"targetNamespace"))
17 , expressionLanguage(getOptionalAttributeByName(
"expressionLanguage"))
18 , typeLanguage(getOptionalAttributeByName(
"typeLanguage"))
19 , exporter(getOptionalAttributeByName(
"exporter"))
20 , exporterVersion(getOptionalAttributeByName(
"exporterVersion"))
A class representing a node in an XML-tree.
tDefinitions(const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element, const Attributes &defaultAttributes)
The XML::bpmn namespace contains classes from the following XML-schema(s): xsd/DC....
The XML namespace contains classes representing XML-nodes defined in given XML-schema(s).
std::vector< Attribute > Attributes