FlightGear next
|
#include <SimpleDOM.hxx>
Inherits flightgear::http::DOMElement.
Public Member Functions | |
DOMNode (const std::string &name) | |
virtual | ~DOMNode () |
virtual std::string | render () const |
virtual DOMNode * | addChild (DOMElement *child) |
virtual DOMNode * | setAttribute (const std::string &name, const std::string &value) |
![]() | |
virtual | ~DOMElement () |
Protected Types | |
typedef std::vector< const DOMElement * > | Children_t |
typedef std::map< std::string, std::string > | Attributes_t |
Protected Attributes | |
std::string | _name |
Children_t | _children |
Attributes_t | _attributes |
Definition at line 46 of file SimpleDOM.hxx.
|
protected |
Definition at line 57 of file SimpleDOM.hxx.
|
protected |
Definition at line 56 of file SimpleDOM.hxx.
|
inline |
Definition at line 48 of file SimpleDOM.hxx.
|
virtual |
Definition at line 7 of file SimpleDOM.cxx.
|
virtual |
Definition at line 41 of file SimpleDOM.cxx.
|
virtual |
Implements flightgear::http::DOMElement.
Definition at line 13 of file SimpleDOM.cxx.
|
virtual |
Definition at line 47 of file SimpleDOM.cxx.
|
protected |
Definition at line 59 of file SimpleDOM.hxx.
|
protected |
Definition at line 58 of file SimpleDOM.hxx.
|
protected |
Definition at line 55 of file SimpleDOM.hxx.