DCL 3.7.4
Loading...
Searching...
No Matches
XmlCharsNode Class Reference

#include <XMLParser.h>

Inheritance diagram for XmlCharsNode:
XmlNode Object

Public Member Functions

virtual String toString () const
 XmlCharsNode (XmlNode *_parentNode, const String &_chars)
Public Member Functions inherited from XmlNode
 XmlNode (XmlNode *_parentNode)
XmlNodeparentNode () 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 ()

Detailed Description

Definition at line 118 of file XMLParser.h.

Constructor & Destructor Documentation

◆ XmlCharsNode()

XmlCharsNode::XmlCharsNode ( XmlNode * _parentNode,
const String & _chars )

Definition at line 198 of file XMLParser.cpp.

199 : XmlNode(_parentNode)
200{
201 __chars = _chars;
202}
XmlNode(XmlNode *_parentNode)
Definition XMLParser.h:114

Member Function Documentation

◆ toString()

XmlNode String XmlCharsNode::toString ( ) const
virtual

Reimplemented from Object.

Definition at line 193 of file XMLParser.cpp.

194{
195 return __chars;
196}

The documentation for this class was generated from the following files: