Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

skCDataNode Class Reference

This node represents a CData node in an XML document. More...

#include <skNode.h>

Inheritance diagram for skCDataNode:

skTextNode skNode List of all members.

Public Methods

 skCDataNode (const skString& text)
 Constructs a new CData node with the given text. More...

virtual skNodeclone ()
 Returns the type of this node. More...


Detailed Description

This node represents a CData node in an XML document.


Constructor & Destructor Documentation

skCDataNode::skCDataNode ( const skString & text )
 

Constructs a new CData node with the given text.

Parameters:
text   - the text for the CData node


Member Function Documentation

skNode * skCDataNode::clone ( ) [virtual]
 

Returns the type of this node.

Returns:
returns CDATA_NODE

virtual NodeType getNodeType() const; /** Returns a new CData node with the same text
Returns:
a new CData node that's a copy of this one

Reimplemented from skTextNode.


The documentation for this class was generated from the following files:
Generated at Mon Nov 5 19:22:25 2001 for Simkin by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000