#include <pxml.h>
Inheritance diagram for PXMLObject:
Public Member Functions | |
PXMLObject (PXMLElement *_parent) | |
PXMLElement * | GetParent () |
PXMLObject * | GetNextObject () |
void | SetParent (PXMLElement *newParent) |
virtual void | Output (ostream &strm, const PXMLBase &xml, int indent) const =0 |
virtual BOOL | IsElement () const =0 |
void | SetDirty () |
BOOL | IsDirty () const |
virtual PXMLObject * | Clone (PXMLElement *parent) const =0 |
Protected Attributes | |
PXMLElement * | parent |
BOOL | dirty |
|
|
|
Implemented in PXMLData, and PXMLElement. |
|
|
|
|
|
|
|
Implemented in PXMLData, and PXMLElement. |
|
Implemented in PXMLData, and PXMLElement. |
|
|
|
|
|
Reimplemented in PXMLElement. |
|
|