CharNode Struct Reference

Represents a character buffer node (text node of an XML tree). More...

#include <charnode.h>

List of all members.

Public Member Functions

 CharNode (const char *_data)
 Constructor.
virtual ~CharNode ()

Public Attributes

const char * data
 The entered string (PCDATA content).


Detailed Description

Represents a character buffer node (text node of an XML tree).

Represents a character buffer node (text node of an XML tree) which carries the PCDATA content of an XML element.

Author:
Michael Schmidt

Gunnar Jehl

Version:
2.1
License:
Software License Agreement (BSD License)

Definition at line 47 of file charnode.h.


Constructor & Destructor Documentation

CharNode::CharNode ( const char *  _data  ) 

Constructor.

Constructor - creating object for a string (PCDATA content).

Parameters:
[in] _data Pointer to a char object.

Definition at line 39 of file charnode.cpp.

CharNode::~CharNode (  )  [virtual]

Destructor.

Definition at line 42 of file charnode.cpp.

References data.


Member Data Documentation

const char * CharNode::data

The entered string (PCDATA content).

The entered string (PCDATA content), which is the argument of the constructor.

Definition at line 64 of file charnode.h.

Referenced by ~CharNode().


Generated on Sun May 24 20:20:21 2009 for G(arbage) C(ollected) X(Query) Engine by  doxygen 1.5.9