PWLib
1.10.10
|
#include <pxml.h>
Public Member Functions | |
PXMLData (PXMLElement *_parent, const PString &data) | |
PXMLData (PXMLElement *_parent, const char *data, int len) | |
BOOL | 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] |
References value.
BOOL 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] |
Referenced by GetString().