#include <genxmlpars.h>


Public Member Functions | |
| a2dXmlString (const wxString &str=wxT("")) | |
| Constructor. | |
| ~a2dXmlString () | |
| Destructor. | |
| virtual void | Reset () |
| Reset the handler after loading. | |
| void | WriteCommand (const wxString &name, bool close=true) |
| write a command string | |
| const wxString | GetString () const |
| bool | CanSave (const wxObject *obj=NULL) |
| this handler can also save as CVG | |
| virtual bool | Save (a2dDocumentOutputStream &stream, const wxObject *doc) |
| save a2dCanvasDocument as CVG | |
Protected Attributes | |
| a2dDocumentStringOutputStream | m_strstream |
Definition at line 852 of file genxmlpars.h.
| void a2dXmlString::WriteCommand | ( | const wxString & | name, | |
| bool | close = true | |||
| ) |
write a command string
| name | value for name attribute of the command | |
| close | if true close the command tag, else more attributes can be added |
Definition at line 1212 of file genxmlpars.cpp.