#include <pxml.h>
Inheritance diagram for PXMLData:

Public Member Functions | |
| PXMLData (PXMLElement *parent, const PString &data) | |
| PXMLData (PXMLElement *parent, const char *data, int len) | |
| PBoolean | IsElement () const |
| void | SetString (const PString &str, bool dirty=true) |
| PString | GetString () const |
| void | Output (ostream &strm, const PXMLBase &xml, int indent) const |
| PXMLObject * | Clone (PXMLElement *parent) const |
Protected Attributes | |
| PString | value |
| PXMLData::PXMLData | ( | PXMLElement * | parent, | |
| const PString & | data | |||
| ) |
| PXMLData::PXMLData | ( | PXMLElement * | parent, | |
| const char * | data, | |||
| int | len | |||
| ) |
| PXMLObject* PXMLData::Clone | ( | PXMLElement * | parent | ) | const [virtual] |
Implements PXMLObject.
| PString PXMLData::GetString | ( | ) | const [inline] |
| PBoolean PXMLData::IsElement | ( | ) | const [inline, virtual] |
Implements PXMLObject.
| void PXMLData::Output | ( | ostream & | strm, | |
| const PXMLBase & | xml, | |||
| int | indent | |||
| ) | const [virtual] |
Implements PXMLObject.
| void PXMLData::SetString | ( | const PString & | str, | |
| bool | dirty = true | |||
| ) |
PString PXMLData::value [protected] |
1.4.7