#include <skCDataNode.h>
Inheritance diagram for skCDataNode:
Public Member Functions | |
skCDataNode (const skString &text) | |
Constructs a new CData node with the given text. | |
virtual | ~skCDataNode () |
Virtual destructor. | |
virtual NodeType | getNodeType () const |
Returns the type of this node. | |
virtual skNode * | clone () |
Returns a new CData node with the same text. | |
virtual void | write (skOutputDestination &out) const |
writes the CData text in this node to the given destination |
|
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 destination
Reimplemented from skTextNode. |