PXMLRPCBlock Member List

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

AddArray(const PStringArray &array)PXMLRPCBlock
AddArray(const PStringArray &array, const PString &typeStr)PXMLRPCBlock
AddArray(const PStringArray &array, const PStringArray &types)PXMLRPCBlock
AddArray(const PArray< PStringToString > &array)PXMLRPCBlock
AddBinary(const PBYTEArray &data)PXMLRPCBlock
AddParam(PXMLElement *parm)PXMLRPCBlock
AddParam(const PString &str)PXMLRPCBlock
AddParam(int value)PXMLRPCBlock
AddParam(double value)PXMLRPCBlock
AddParam(const PTime &time)PXMLRPCBlock
AddParam(const PXMLRPCStructBase &structData)PXMLRPCBlock
AddStruct(const PStringToString &dict)PXMLRPCBlock
AddStruct(const PStringToString &dict, const PString &typeStr)PXMLRPCBlock
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]
CreateArray(const PStringArray &array)PXMLRPCBlock [static]
CreateArray(const PStringArray &array, const PString &typeStr)PXMLRPCBlock [static]
CreateArray(const PStringArray &array, const PStringArray &types)PXMLRPCBlock [static]
CreateArray(const PArray< PStringToString > &array)PXMLRPCBlock [static]
CreateArray(const PXMLRPCVariableBase &array)PXMLRPCBlock [static]
CreateBinary(const PBYTEArray &data)PXMLRPCBlock [static]
CreateDateAndTime(const PTime &time)PXMLRPCBlock [static]
CreateEndTag(const PString &text)PXML [static]
CreateMember(const PString &name, PXMLElement *value)PXMLRPCBlock [static]
CreateScalar(const PString &type, const PString &scalar)PXMLRPCBlock [static]
CreateScalar(const PString &str)PXMLRPCBlock [static]
CreateScalar(int value)PXMLRPCBlock [static]
CreateScalar(double value)PXMLRPCBlock [static]
CreateStartTag(const PString &text)PXML [static]
CreateStruct()PXMLRPCBlock [static]
CreateStruct(const PStringToString &dict)PXMLRPCBlock [static]
CreateStruct(const PStringToString &dict, const PString &typeStr)PXMLRPCBlock [static]
CreateStruct(const PXMLRPCStructBase &structData)PXMLRPCBlock [static]
CreateTag(const PString &text, const PString &data)PXML [static]
CreateTagNoData(const PString &text)PXML [static]
CreateValueElement(PXMLElement *element)PXMLRPCBlock [static]
docTypePXML [protected]
DocType enum valuePXML
ElementName enum valuePXML
encodingPXML [protected]
EndOfValidationList enum valuePXML
EqualTo enum valuePObject
EscapeSpecialChars(const PString &string)PXML [static]
faultCodePXMLRPCBlock [protected]
faultTextPXMLRPCBlock [protected]
FragmentOnly enum valuePXMLBase
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]
GetExpectedParam(PINDEX idx, const PString &expectedType, PString &value)PXMLRPCBlock
GetFaultCode() const PXMLRPCBlock [inline]
GetFaultText() const PXMLRPCBlock [inline]
GetMutex()PXML [inline]
GetNumElements() const PXML
GetOptions() const PXMLBase [inline]
GetParam(PINDEX idx) const PXMLRPCBlock
GetParam(PINDEX idx, PString &type, PString &result)PXMLRPCBlock
GetParam(PINDEX idx, PString &result)PXMLRPCBlock
GetParam(PINDEX idx, int &result)PXMLRPCBlock
GetParam(PINDEX idx, double &result)PXMLRPCBlock
GetParam(PINDEX idx, PTime &result, int tz=PTime::GMT)PXMLRPCBlock
GetParam(PINDEX idx, PStringToString &result)PXMLRPCBlock
GetParam(PINDEX idx, PXMLRPCStructBase &result)PXMLRPCBlock
GetParam(PINDEX idx, PStringArray &result)PXMLRPCBlock
GetParam(PINDEX idx, PArray< PStringToString > &result)PXMLRPCBlock
GetParamCount() const PXMLRPCBlock
GetParams()PXMLRPCBlock
GetParams(PXMLRPCStructBase &data)PXMLRPCBlock
GetRootElement() const PXML [inline]
GreaterThan enum valuePObject
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 &str)PXMLRPCBlock
PXML::Load(const PString &data, Options options=NoOptions)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
paramsPXMLRPCBlock [protected]
ParseArray(PXMLElement *element, PStringArray &array)PXMLRPCBlock
ParseArray(PXMLElement *element, PArray< PStringToString > &array)PXMLRPCBlock
ParseArray(PXMLElement *element, PXMLRPCVariableBase &array)PXMLRPCBlock
ParseScalar(PXMLElement *element, PString &type, PString &value)PXMLRPCBlock
ParseStruct(PXMLElement *element, PStringToString &structDict)PXMLRPCBlock
ParseStruct(PXMLElement *element, PXMLRPCStructBase &structData)PXMLRPCBlock
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]
PXMLRPCBlock()PXMLRPCBlock
PXMLRPCBlock(const PString &method)PXMLRPCBlock
PXMLRPCBlock(const PString &method, const PXMLRPCStructBase &structData)PXMLRPCBlock
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(Options options=NoOptions)PXML
Save(PString &data, Options options=NoOptions)PXML
SaveFile(const PFilePath &fn, Options options=NoOptions)PXML
SetDefaultNamespace enum valuePXML
SetDocType(const PString &v)PXML [inline]
SetFault(PINDEX code, const PString &text)PXMLRPCBlock [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
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
ValidateResponse()PXMLRPCBlock
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