#include <skCDataNode.h>
Inheritance diagram for skCDataNode::
Public Methods | |
skCDataNode (const skString &text) | |
Constructs a new CData node with the given text. More... | |
virtual NodeType | getNodeType () const |
Returns the type of this node. More... | |
virtual skNode * | clone () |
Returns a new CData node with the same text. More... | |
virtual void | write (ostream &out) const |
writes the CData text in this node to the given stream. More... |
|
Constructs a new CData node with the given text.
|
|
Returns a new CData node with the same text.
Reimplemented from skTextNode. |
|
Returns the type of this node.
Reimplemented from skTextNode. |
|
writes the CData text in this node to the given stream.
Reimplemented from skTextNode. |