#include <pxml.h>
Public Member Functions | |
PXMLBase (int _options=-1) | |
void | SetOptions (int _options) |
int | GetOptions () const |
virtual BOOL | IsNoIndentElement (const PString &) const |
Protected Attributes | |
int | options |
PXMLBase::PXMLBase | ( | int | _options = -1 |
) | [inline] |
void PXMLBase::SetOptions | ( | int | _options | ) | [inline] |
int PXMLBase::GetOptions | ( | ) | const [inline] |
virtual BOOL PXMLBase::IsNoIndentElement | ( | const PString & | ) | const [inline, virtual] |
Reimplemented in PXML.
int PXMLBase::options [protected] |