#include <any.h>
Collaboration diagram for aka2::wildcard:
Public Attributes | |
qname | name_ |
wc_attributes | attributes_ |
std::string | value_ |
std::vector< wildcard > | children_ |
akaxiso uses aka2::any class to store wildcard (xs:anyType) values.
Text nodes in mixed content will be ignored.
If wildcard element has child elements, children are put to the children_ member.
If wildcard element has text entity like <element>TEST</element>, text entity is put to the value_ member.
Both children_ and value_ member should not have their contents at the same time.
Definition at line 49 of file any.h.
|
any attributes
|
|
array of any element if this wildcard element has child elements.
|
|
tag name
|
|
value of this element if this wildcard element has value of xs:anySimpleType.
|