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