|
DCL 3.7.4
|
#include <XMLParser.h>
Public Member Functions | |
| virtual String | toString () const |
| XmlCharsNode (XmlNode *_parentNode, const String &_chars) | |
| Public Member Functions inherited from XmlNode | |
| XmlNode (XmlNode *_parentNode) | |
| XmlNode * | parentNode () const |
| Public Member Functions inherited from Object | |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
Additional Inherited Members | |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
Definition at line 118 of file XMLParser.h.
| XmlCharsNode::XmlCharsNode | ( | XmlNode * | _parentNode, |
| const String & | _chars ) |
Definition at line 198 of file XMLParser.cpp.
|
virtual |
Reimplemented from Object.
Definition at line 193 of file XMLParser.cpp.