#include <XMLStack.h>
Inheritance diagram for XMLStackRawXML::
Public Types | |
typedef XMLStackRawXML<_E, _Tr, _A> | _XMLStackRawXML |
Public Methods | |
XMLStackRawXML (_XMLStackDocument *Doc, const _XMLStackString &PushXML, const _XMLStackString &PopXML) | |
Constructor. More... | |
virtual | ~XMLStackRawXML () |
Destructor. | |
Protected Methods | |
virtual bool | childNodePushed (void) |
virtual void | popped (void) |
virtual _XMLStackNode* | clone (void) const |
Protected Attributes | |
_XMLStackString | m_PopXML |
One potential use for this node is combining one or more XMLStackDocuments into a larger XML document. If different portions of a larger XML document are created on several threads, then this node type could be used to create the master XML document.
Another use could be for document type declaration support. Since DTDs aren't explicitly supported, this node type will allow you to add those declarations into the document.
Definition at line 1810 of file XMLStack.h.
|
Definition at line 1813 of file XMLStack.h. Referenced by clone(). |
|
Constructor.
Definition at line 1822 of file XMLStack.h. |
|
Destructor.
Definition at line 1831 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1836 of file XMLStack.h. Referenced by XMLStackDocument::pushRawXML(). |
|
Reimplemented from XMLStackNode. Definition at line 1846 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1841 of file XMLStack.h. |
|
Definition at line 1834 of file XMLStack.h. |