PXMLSettings Member List

This is the complete list of members for PXMLSettings, including all inherited members.

AllOptions enum valuePXMLBase
AsString() const PXML
autoLoadErrorPXML [protected]
autoLoadMutexPXML [protected]
autoLoadTimerPXML [protected]
autoloadURLPXML [protected]
AutoLoadURL()PXML
autoLoadWaitTimePXML [protected]
Class()PObject [inline, static]
Clone() const PObject [virtual]
CloseExtended enum valuePXMLBase
Compare(const PObject &obj) const PObject [virtual]
CompareObjectMemoryDirect(const PObject &obj) const PObject [virtual]
Comparison enum namePObject
Construct(int options, const char *noIndentElements)PXML [protected]
CreateEndTag(const PString &text)PXML [static]
CreateStartTag(const PString &text)PXML [static]
CreateTag(const PString &text, const PString &data)PXML [static]
CreateTagNoData(const PString &text)PXML [static]
DocType enum valuePXML
docTypePXML [protected]
ElementName enum valuePXML
encodingPXML [protected]
EndOfValidationList enum valuePXML
EqualTo enum valuePObject
EscapeSpecialChars(const PString &string)PXML [static]
FragmentOnly enum valuePXMLBase
GetAttribute(const PCaselessString &section, const PString &key) const PXMLSettings
GetAutoReloadStatus()PXML [inline]
GetClass(unsigned ancestor=0) const PObject [inline, virtual]
GetDocType() const PXML [inline]
GetDocumentType() const PXML
GetElement(const PCaselessString &name, const PCaselessString &attr, const PString &attrval) const PXML
GetElement(const PCaselessString &name, PINDEX idx=0) const PXML
GetElement(PINDEX idx) const PXML
GetErrorColumn() const PXML [inline]
GetErrorLine() const PXML [inline]
GetErrorString() const PXML [inline]
GetMutex()PXML [inline]
GetNumElements() const PXML
GetOptions() const PXMLBase [inline]
GetRootElement() const PXML [inline]
GreaterThan enum valuePObject
HasAttribute(const PCaselessString &section, const PString &key) const PXMLSettings
HashFunction() const PObject [virtual]
Indent enum valuePXMLBase
InternalIsDescendant(const char *clsName) const PObject [inline, virtual]
IsClass(const char *cls) const PObject [inline]
IsDirty() const PXML
IsLoaded() const PXML [inline]
IsNoIndentElement(const PString &elementName) const PXML [virtual]
IsStandAlone enum valuePXMLBase
LessThan enum valuePObject
Load(const PString &data)PXMLSettings
PXML::Load(const PString &data, Options options=NoOptions)PXML
LoadFile(const PFilePath &fn)PXMLSettings
PXML::LoadFile(const PFilePath &fn, Options options=NoOptions)PXML
loadFilenamePXML [protected]
loadFromFilePXML [protected]
LoadURL(const PURL &url)PXML
LoadURL(const PURL &url, const PTimeInterval &timeout, Options options=NoOptions)PXML
m_defaultNameSpacePXML [protected]
m_errorColumnPXML [protected]
m_errorLinePXML [protected]
m_errorStringPXML [protected]
m_optionsPXMLBase [protected]
m_standAlonePXML [protected]
NewLineAfterElement enum valuePXMLBase
NoIgnoreWhiteSpace enum valuePXMLBase
noIndentElementsPXML [protected]
NoOptions enum valuePXMLBase
NotStandAlone enum valuePXMLBase
OnAutoLoad(PBoolean ok)PXML [virtual]
OnLoaded()PXML [inline, virtual]
operator &(Options o1, Options o2)PXMLBase [friend]
operator!=(const PObject &obj) const PObject [inline]
operator<(const PObject &obj) const PObject [inline]
operator<<(ostream &strm, const PObject &obj)PObject [friend]
operator<=(const PObject &obj) const PObject [inline]
operator==(const PObject &obj) const PObject [inline]
operator>(const PObject &obj) const PObject [inline]
operator>=(const PObject &obj) const PObject [inline]
operator>>(istream &strm, PObject &obj)PObject [friend]
operator|(Options o1, Options o2)PXMLBase [friend]
OptionalAttribute enum valuePXML
OptionalAttributeWithValue enum valuePXML
OptionalAttributeWithValueMatching enum valuePXML
OptionalAttributeWithValueMatchingEx enum valuePXML
OptionalElement enum valuePXML
OptionalElementWithBodyMatching enum valuePXML
OptionalElementWithBodyMatchingEx enum valuePXML
OptionalNonEmptyAttribute enum valuePXML
Options enum namePXMLBase
PDECLARE_NOTIFIER(PTimer, PXML, AutoReloadTimeout)PXML
PDECLARE_NOTIFIER(PThread, PXML, AutoReloadThread)PXML
PObject()PObject [inline, protected]
PrintOn(ostream &strm) const PXML [virtual]
PXML(int options=NoOptions, const char *noIndentElements=NULL)PXML
PXML(const PString &data, int options=NoOptions, const char *noIndentElements=NULL)PXML
PXML(const PXML &xml)PXML
PXMLBase(int opts=NoOptions)PXMLBase [inline]
PXMLSettings(Options options=NewLineAfterElement)PXMLSettings
PXMLSettings(const PString &data, Options options=NewLineAfterElement)PXMLSettings
PXMLSettings(const PConfig &data, Options options=NewLineAfterElement)PXMLSettings
ReadFrom(istream &strm)PXML [virtual]
RemoveAll()PXML
RemoveElement(PINDEX idx)PXML
RequiredAttribute enum valuePXML
RequiredAttributeWithValue enum valuePXML
RequiredAttributeWithValueMatching enum valuePXML
RequiredAttributeWithValueMatchingEx enum valuePXML
RequiredElement enum valuePXML
RequiredElementWithBodyMatching enum valuePXML
RequiredElementWithBodyMatchingEx enum valuePXML
RequiredNonEmptyAttribute enum valuePXML
rootElementPXML [protected]
rootMutexPXML [protected]
Save()PXMLSettings
Save(PString &data)PXMLSettings
PXML::Save(Options options=NoOptions)PXML
PXML::Save(PString &data, Options options=NoOptions)PXML
SaveFile(const PFilePath &fn)PXMLSettings
PXML::SaveFile(const PFilePath &fn, Options options=NoOptions)PXML
SetAttribute(const PCaselessString &section, const PString &key, const PString &value)PXMLSettings
SetDefaultNamespace enum valuePXML
SetDocType(const PString &v)PXML [inline]
SetNamespace enum valuePXML
SetOptions(int opts)PXMLBase [inline]
SetRootElement(PXMLElement *p)PXML
SetRootElement(const PString &documentType)PXML
StandAloneType enum namePXMLBase
StartAutoReloadURL(const PURL &url, const PTimeInterval &timeout, const PTimeInterval &refreshTime, Options options=NoOptions)PXML
StopAutoReloadURL()PXML
Subtree enum valuePXML
ToConfig(PConfig &cfg) const PXMLSettings
UninitialisedStandAlone enum valuePXMLBase
UnknownStandAlone enum valuePXMLBase
Validate(const ValidationInfo *validator)PXML
ValidateElement(ValidationContext &context, PXMLElement *element, const ValidationInfo *elements)PXML
ValidateElements(ValidationContext &context, PXMLElement *baseElement, const ValidationInfo *elements)PXML
ValidationOp enum namePXML
versionPXML [protected]
WithNS enum valuePXMLBase
~PObject()PObject [inline, virtual]
~PXML()PXML


Generated on Fri Oct 14 01:44:14 2011 for PTLib by  doxygen 1.4.7