DCL 4.0
Loading...
Searching...
No Matches
XmlNode Class Reference

#include <XMLParser.h>

Inheritance diagram for XmlNode:
Object XmlCharsNode XmlElement

Public Member Functions

 XmlNode (XmlNode *_pParentNode)
XmlNodeparentNode () const
Public Member Functions inherited from Object
virtual String toString () const
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 106 of file XMLParser.h.

Constructor & Destructor Documentation

◆ XmlNode()

XmlNode::XmlNode ( XmlNode * _pParentNode)
inline

Definition at line 114 of file XMLParser.h.

114{ __pParentNode = _pParentNode; }

Member Function Documentation

◆ parentNode()

XmlNode * XmlNode::parentNode ( ) const
inline

Definition at line 115 of file XMLParser.h.

115{ return __pParentNode; }

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