PTLib
Version 2.14.3
|
This is the complete list of members for PSOAPMessage, including all inherited members.
AddParameter(PString name, PString type, PString value) | PSOAPMessage | |
AddParameter(PXMLElement *parameter, PBoolean dirty=true) | PSOAPMessage | |
AsString() const | PXML | |
AsString() | PXML | |
AsString(Options options) | PXML | |
Class() | PObject | inlinestatic |
Client enum value | PSOAPMessage | |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
Compare(const PObject &obj) const | PObject | virtual |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
CreateElement(const PCaselessString &name, const char *data=NULL) | PXML | virtual |
CreateRootElement(const PCaselessString &name) | PXML | virtual |
DEFAULT_MAX_ENTITY_LENGTH enum value | PXMLBase | |
DocType enum value | PXML | |
ElementName enum value | PXML | |
EndOfValidationList enum value | PXML | |
EqualTo enum value | PObject | |
EscapeSpecialChars(const PString &string) | PXML | static |
GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
GetDocType() const | PXML | inline |
GetDocumentType() const | PXML | |
GetDtdURI() const | PXML | inline |
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 | |
GetEncoding() const | PXML | inline |
GetErrorColumn() const | PXML | inline |
GetErrorLine() const | PXML | inline |
GetErrorString() const | PXML | inline |
GetFaultCode() const | PSOAPMessage | inline |
GetFaultText() const | PSOAPMessage | inline |
GetMaxEntityLength() const | PXMLBase | inline |
GetMethod(PString &name, PString &nameSpace) | PSOAPMessage | |
GetNumElements() const | PXML | |
GetObjectCount() const | PXML | virtual |
GetOptions() const | PXMLBase | inline |
GetParameter(const PString &name, PString &value) | PSOAPMessage | |
GetParameter(const PString &name, int &value) | PSOAPMessage | |
GetParameter(const PString &name) | PSOAPMessage | |
GetPubicIdentifier() const | PXML | inline |
GetRootElement() const | PXML | inline |
GetStandAlone() const | PXML | inline |
GetTraceContextIdentifier() const | PObject | inline |
GetTraceContextIdentifier(PObject &obj) | PObject | inline |
GetTraceContextIdentifier(PObject *obj) | PObject | inline |
GetVersion() const | PXML | inline |
GreaterThan enum value | PObject | |
HashFunction() const | PObject | virtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
IsClass(const char *cls) const | PObject | inline |
IsDirty() const | PXML | |
IsLoaded() const | PXML | inline |
IsNoIndentElement(const PString &elementName) const | PXML | virtual |
IsStandAlone enum value | PXMLBase | |
LessThan enum value | PObject | |
Load(const PString &str) | PSOAPMessage | |
PXML::Load(const PString &data, Options options) | PXML | |
LoadAndValidate(const PString &body, const PXML::ValidationInfo *validator, PString &error, Options options=NoOptions) | PXML | |
LoadFile(const PFilePath &fn) | PXML | |
LoadFile(const PFilePath &fn, Options options) | PXML | |
m_defaultNameSpace | PXML | protected |
m_docType | PXML | protected |
m_dtdURI | PXML | protected |
m_encoding | PXML | protected |
m_errorColumn | PXML | protected |
m_errorLine | PXML | protected |
m_errorString | PXML | protected |
m_loadFilename | PXML | protected |
m_maxEntityLength | PXMLBase | protected |
m_noIndentElements | PXML | protected |
m_options | PXMLBase | protected |
m_percent | PXML | mutableprotected |
m_publicId | PXML | protected |
m_rootElement | PXML | protected |
m_savedObjects | PXML | mutableprotected |
m_standAlone | PXML | protected |
m_totalObjects | PXML | protected |
m_traceContextIdentifier | PObject | protected |
m_version | PXML | protected |
MustUnderstand enum value | PSOAPMessage | |
NoFault enum value | PSOAPMessage | |
NotStandAlone enum value | PXMLBase | |
OnLoaded() | PXML | inlinevirtual |
OnLoadProgress(unsigned) const | PXML | inlinevirtual |
OnSaveProgress(unsigned) const | PXML | inlinevirtual |
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>(const PObject &obj) const | PObject | inline |
operator>=(const PObject &obj) const | PObject | inline |
OptionalAttribute enum value | PXML | |
OptionalAttributeWithValue enum value | PXML | |
OptionalAttributeWithValueMatching enum value | PXML | |
OptionalAttributeWithValueMatchingEx enum value | PXML | |
OptionalElement enum value | PXML | |
OptionalElementWithBodyMatching enum value | PXML | |
OptionalElementWithBodyMatchingEx enum value | PXML | |
OptionalNonEmptyAttribute enum value | PXML | |
OutputIndent(ostream &strm, int indent, const PString &elementName=PString::Empty()) const | PXMLBase | |
OutputProgress() const | PXML | virtual |
P_DECLARE_BITWISE_ENUM_EX(Options, 7,(NoOptions, Indent, IndentWithTabs, NewLineAfterElement, NoIgnoreWhiteSpace, CloseExtended, WithNS, FragmentOnly), AllOptions=(1<<(6+1))-1) | PXMLBase | |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PXML | virtual |
PSOAPMessage(Options options=Indent+NewLineAfterElement) | PSOAPMessage | |
PSOAPMessage(const PString &method, const PString &nameSpace) | PSOAPMessage | |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
PXML(Options options=NoOptions, const char *noIndentElements=NULL) | PXML | |
PXML(const PXML &xml) | PXML | |
PXMLBase(Options opts=NoOptions) | PXMLBase | |
ReadFrom(istream &strm) | PXML | virtual |
RemoveAll() | PXML | |
RequiredAttribute enum value | PXML | |
RequiredAttributeWithValue enum value | PXML | |
RequiredAttributeWithValueMatching enum value | PXML | |
RequiredAttributeWithValueMatchingEx enum value | PXML | |
RequiredElement enum value | PXML | |
RequiredElementWithBodyMatching enum value | PXML | |
RequiredElementWithBodyMatchingEx enum value | PXML | |
RequiredNonEmptyAttribute enum value | PXML | |
Save() | PXML | |
Save(Options options) | PXML | |
SaveFile(const PFilePath &fn) | PXML | |
SaveFile(const PFilePath &fn, Options options) | PXML | |
Server enum value | PSOAPMessage | |
SetDefaultNamespace enum value | PXML | |
SetFault(PINDEX code, const PString &text) | PSOAPMessage | |
SetMaxEntityLength(unsigned len) | PXMLBase | inline |
SetMethod(const PString &name, const PString &nameSpace, const PString &methodPrefix="m:") | PSOAPMessage | |
SetNamespace enum value | PXML | |
SetOptions(Options opts) | PXMLBase | inline |
SetRootElement(PXMLRootElement *root) | PXML | |
SetRootElement(const PString &documentType) | PXML | |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
StandAloneType enum name | PXMLBase | |
Subtree enum value | PXML | |
UninitialisedStandAlone enum value | PXMLBase | |
UnknownStandAlone enum value | PXMLBase | |
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 name | PXML | |
VersionMismatch enum value | PSOAPMessage | |
~PObject() | PObject | inlinevirtual |
~PXML() | PXML |