|
DCL 4.1
|
#include <XMLParser.h>
Public Member Functions | |
| virtual String | toString () const |
| XmlCharsNode (XmlNode *_pParentNode, const String &_chars) | |
| Public Member Functions inherited from XmlNode | |
| XmlNode (XmlNode *_pParentNode) | |
| 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 * | _pParentNode, |
| const String & | _chars ) |
Definition at line 190 of file XMLParser.cpp.
|
virtual |
Reimplemented from Object.
Definition at line 185 of file XMLParser.cpp.