#include <XMLStack.h>
Inheritance diagram for XMLStackCDATASection::
Public Types | |
typedef XMLStackCDATASection< _E, _Tr, _A> | _XMLStackCDATASection |
Public Methods | |
XMLStackCDATASection (_XMLStackDocument *Doc, const _XMLStackString &Data) | |
Constructor. More... | |
virtual | ~XMLStackCDATASection () |
Destructor. | |
virtual void | setValue (const _XMLStackString &Value) |
Replaces the textual data defined in the constructor. | |
virtual void | setValue (unsigned long Value) |
virtual void | setValue (long Value) |
virtual void | setValue (unsigned int Value) |
virtual void | setValue (int Value) |
virtual void | setValue (unsigned short Value) |
virtual void | setValue (short Value) |
virtual void | setValue (signed char Value) |
virtual void | setValue (char Value) |
virtual void | setValue (unsigned char Value) |
virtual void | setValue (double Value, int Scale=6) |
virtual void | setValue (float Value, int Scale=6) |
_XMLStackCDATASection& | operator= (const _XMLStackString &Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (unsigned long &Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (long Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (unsigned int Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (int Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (unsigned short Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (short Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (signed char Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (char Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (unsigned char Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (double Value) |
Convenience operator for setValue(). | |
_XMLStackCDATASection& | operator= (float Value) |
Convenience operator for setValue(). | |
Protected Methods | |
virtual void | popped (void) |
virtual _XMLStackNode* | clone (void) const |
Protected Attributes | |
_XMLStackString | m_Value |
Like text nodes, CDATA sections contain raw data. However, the special characters '<' and '&' do not need to be escaped. CDATA sections can be used to quote or escape blocks of text to keep that text from being interpreted as markup language. The only delimiter that CDATA recognizes is "]]>", which ends the CDATA section. Unfortunately, if this delimiter can possibly appear in your data, you will need to use a XMLStackText node, at least for part of the data.
Definition at line 1327 of file XMLStack.h.
|
Definition at line 1330 of file XMLStack.h. Referenced by clone(), and XMLStackDocument::pushCDATASection(). |
|
Constructor.
Definition at line 1341 of file XMLStack.h. |
|
Destructor.
Definition at line 1348 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1476 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1448 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1441 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1434 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1427 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1420 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1413 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1406 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1399 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1392 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1385 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1378 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1371 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1457 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1365 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1361 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1360 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1359 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1358 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1357 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1356 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1355 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1354 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1353 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1352 of file XMLStack.h. |
|
Replaces the textual data defined in the constructor.
Reimplemented from XMLStackNode. Definition at line 1351 of file XMLStack.h. |
|
Definition at line 1455 of file XMLStack.h. |