PWLib  1.10.10
Public Member Functions | Protected Attributes
PXMLObject Class Reference

#include <pxml.h>

Inheritance diagram for PXMLObject:
PObject PXMLData PXMLElement

List of all members.

Public Member Functions

 PXMLObject (PXMLElement *_parent)
PXMLElementGetParent ()
PXMLObjectGetNextObject ()
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 PXMLObjectClone (PXMLElement *parent) const =0

Protected Attributes

PXMLElementparent
BOOL dirty

Constructor & Destructor Documentation

PXMLObject::PXMLObject ( PXMLElement _parent) [inline]

References dirty.


Member Function Documentation

virtual PXMLObject* PXMLObject::Clone ( PXMLElement parent) const [pure virtual]

Implemented in PXMLElement, and PXMLData.

References parent.

BOOL PXMLObject::IsDirty ( ) const [inline]

References dirty.

virtual BOOL PXMLObject::IsElement ( ) const [pure virtual]

Implemented in PXMLElement, and PXMLData.

virtual void PXMLObject::Output ( ostream &  strm,
const PXMLBase xml,
int  indent 
) const [pure virtual]

Implemented in PXMLElement, and PXMLData.

void PXMLObject::SetParent ( PXMLElement newParent) [inline]

References parent, and PAssert.


Member Data Documentation

BOOL PXMLObject::dirty [protected]

Reimplemented in PXMLElement.

Referenced by IsDirty(), and PXMLObject().

Referenced by GetParent(), and SetParent().


The documentation for this class was generated from the following file: