#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] |
References options.
| void PXMLBase::SetOptions | ( | int | _options | ) | [inline] |
References options.
| int PXMLBase::GetOptions | ( | ) | const [inline] |
References options.
| virtual BOOL PXMLBase::IsNoIndentElement | ( | const PString & | ) | const [inline, virtual] |
Reimplemented in PXML.
int PXMLBase::options [protected] |
Referenced by GetOptions(), PXMLBase(), and SetOptions().
1.5.5