#include <attribute.h>
Inheritance diagram for aka2::attributes< L, T >:
Public Types | |
typedef _attribute | attribute |
Public Methods | |
template<class P> void | any_attribute (wc_attributes P::*member, const std::string &ns_list="##any") |
This class provides classes/functions to define attributes. for aka:sequence, aka:all and simpleContent .
L | leaf class. |
T | value class. |
Definition at line 32 of file attribute.h.
|
typedef name of _attribute. Use attribute instead of _attribute. _attribute is typedef'ed for VC6 workaround. Definition at line 120 of file attribute.h. |
|
define any attribute. Define wildcard attributes by using aka2::any_attributes ( <xs:anyAttribute> in XML Schema ).
Definition at line 133 of file attribute.h. |