| CppUnit project page | FAQ | CppUnit home page |
#include <XmlOutputter.h>
Public Methods | |
| Node (std::string elementName, std::string content="") | |
| Node (std::string elementName, int numericContent) | |
| virtual | ~Node () |
| void | addAttribute (std::string attributeName, std::string value) |
| void | addAttribute (std::string attributeName, int numericValue) |
| void | addNode (Node *node) |
| std::string | toString () const |
Private Types | |
| typedef std::pair< std::string, std::string > | Attribute |
| typedef std::deque< Attribute > | Attributes |
| typedef std::deque< Node * > | Nodes |
Private Methods | |
| std::string | attributesAsString () const |
| std::string | escape (std::string value) const |
Static Private Methods | |
| std::string | asString (int value) |
Private Attributes | |
| std::string | m_name |
| std::string | m_content |
| Attributes | m_attributes |
| Nodes | m_nodes |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hosts this site. |
Send comments to: CppUnit Developers |