#include <xml_token_load.h>
Inheritance diagram for CL_XMLTokenLoad:

Public Member Functions | |
| CL_XMLTokenLoad () | |
| Construction:. | |
| CL_XMLTokenLoad (const CL_XMLTokenLoad ©) | |
| virtual | ~CL_XMLTokenLoad () |
| virtual TokenType | get_type () const |
| Attributes:. | |
| virtual TokenVariant | get_variant () const |
| virtual std::string | get_name () const |
| virtual std::string | get_value () const |
| virtual int | get_attributes_number () const |
| virtual std::pair< std::string, std::string > | get_attribute (int attribute_num) const |
| const std::pair< CL_XMLTokenString, CL_XMLTokenString > & | get_attribute_fast (int attribute_num) const |
| void | set_type (TokenType type) |
| Operations:. | |
| void | set_variant (TokenVariant variant) |
| void | set_name (const CL_XMLTokenString &name) |
| void | set_value (const CL_XMLTokenString &value) |
| void | set_attribute (const CL_XMLTokenString &name, const CL_XMLTokenString &value) |
Private Attributes | |
| CL_SharedPtr< CL_XMLTokenLoad_Generic > | impl |
| Implementation:. | |
Definition at line 49 of file xml_token_load.h.
|
|
Construction:.
Definition at line 37 of file xml_token_load.cpp. |
|
|
Definition at line 42 of file xml_token_load.cpp. |
|
|
Definition at line 47 of file xml_token_load.cpp. |
|
|
Implements CL_XMLToken. Definition at line 79 of file xml_token_load.cpp. References impl. |
|
|
Definition at line 88 of file xml_token_load.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 74 of file xml_token_load.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 64 of file xml_token_load.cpp. References impl. Referenced by CL_XMLTokenizer::next(). |
|
|
Attributes:.
Implements CL_XMLToken. Definition at line 54 of file xml_token_load.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 69 of file xml_token_load.cpp. References impl. |
|
|
Implements CL_XMLToken. Definition at line 59 of file xml_token_load.cpp. References impl. |
|
||||||||||||
|
Definition at line 116 of file xml_token_load.cpp. References impl. Referenced by CL_XMLTokenizer::next(). |
|
|
Definition at line 106 of file xml_token_load.cpp. References impl. Referenced by CL_XMLTokenizer::next(). |
|
|
Operations:.
Definition at line 96 of file xml_token_load.cpp. References impl. Referenced by CL_XMLTokenizer::next(). |
|
|
Definition at line 111 of file xml_token_load.cpp. References impl. Referenced by CL_XMLTokenizer::next(). |
|
|
Definition at line 101 of file xml_token_load.cpp. References impl. Referenced by CL_XMLTokenizer::next(). |
|
|
Implementation:.
Definition at line 100 of file xml_token_load.h. Referenced by get_attribute(), get_attribute_fast(), get_attributes_number(), get_name(), get_type(), get_value(), get_variant(), set_attribute(), set_name(), set_type(), set_value(), and set_variant(). |
1.4.1