Provides simple methods to handle the translation and bracketing.
|
Public Member Functions |
| | oofXMLwriter () |
| | ~oofXMLwriter () |
| void | startElement (const char *, const char *otherAttributes=0, bool withID=false) |
| | avoid creating temp string if not necessary by using ternary operator in calls
|
| void | endElement () |
| void | addEmptyElement (const char *, const char *otherAttributes=0, bool withID=false) |
| void | addSimpleElement (const char *inName, const char *inBody, const char *otherAttributes=0, bool withID=false) |
| void | addSimpleElement (const char *inName, int, const char *otherAttributes=0, bool withID=false) |
| void | addSimpleElement (const char *inName, double, const char *otherAttributes=0, bool withID=false) |
| const oofString & | generatedXML () const |
| bool | topLevelClosed () const |
Static Public Member Functions |
| const char * | xmlSimpleVersionString () |