PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PXML Member List

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

AsString() const PXML
AsString()PXML
AsString(Options options)PXML
Class()PObjectinlinestatic
Clone() const PObjectvirtual
CloneAs() const PObjectinline
Compare(const PObject &obj) const PObjectvirtual
Compare2(T v1, T v2)PObjectinlinestatic
CompareObjectMemoryDirect(const PObject &obj) const PObjectvirtual
Comparison enum namePObject
CopyTraceContextIdentifier(PObject &obj) const PObjectinline
CopyTraceContextIdentifier(PObject *obj) const PObjectinline
CopyTraceContextIdentifier(PObject &to, const PObject &from)PObjectinlinestatic
CopyTraceContextIdentifier(PObject &to, const PObject *from)PObjectinlinestatic
CopyTraceContextIdentifier(PObject *to, const PObject &from)PObjectinlinestatic
CopyTraceContextIdentifier(PObject *to, const PObject *from)PObjectinlinestatic
CreateElement(const PCaselessString &name, const char *data=NULL)PXMLvirtual
CreateRootElement(const PCaselessString &name)PXMLvirtual
DEFAULT_MAX_ENTITY_LENGTH enum valuePXMLBase
DocType enum valuePXML
ElementName enum valuePXML
EndOfValidationList enum valuePXML
EqualTo enum valuePObject
EscapeSpecialChars(const PString &string)PXMLstatic
GetClass() const PObjectinline
GetDocType() const PXMLinline
GetDocumentType() const PXML
GetDtdURI() const PXMLinline
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 PXMLinline
GetErrorColumn() const PXMLinline
GetErrorLine() const PXMLinline
GetErrorString() const PXMLinline
GetMaxEntityLength() const PXMLBaseinline
GetNumElements() const PXML
GetObjectCount() const PXMLvirtual
GetOptions() const PXMLBaseinline
GetPubicIdentifier() const PXMLinline
GetRootElement() const PXMLinline
GetStandAlone() const PXMLinline
GetTraceContextIdentifier() const PObjectinline
GetVersion() const PXMLinline
GreaterThan enum valuePObject
HashFunction() const PObjectvirtual
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size)PObjectstatic
IsClass(const char *name) const PObjectinline
IsDirty() const PXML
IsLoaded() const PXMLinline
IsNoIndentElement(const PString &elementName) const PXMLvirtual
IsStandAlone enum valuePXMLBase
LessThan enum valuePObject
Load(const PString &data)PXML
Load(const PString &data, Options options, const char *defaultEncoding=NULL)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_defaultNameSpacePXMLprotected
m_docTypePXMLprotected
m_dtdURIPXMLprotected
m_encodingPXMLprotected
m_errorColumnPXMLprotected
m_errorLinePXMLprotected
m_errorStringPXMLprotected
m_loadFilenamePXMLprotected
m_maxEntityLengthPXMLBaseprotected
m_noIndentElementsPXMLprotected
m_optionsPXMLBaseprotected
m_percentPXMLmutableprotected
m_publicIdPXMLprotected
m_rootElementPXMLprotected
m_savedObjectsPXMLmutableprotected
m_standAlonePXMLprotected
m_totalObjectsPXMLprotected
m_traceContextIdentifierPObjectprotected
m_versionPXMLprotected
NotStandAlone enum valuePXMLBase
OnLoaded()PXMLinlinevirtual
OnLoadProgress(unsigned) const PXMLinlinevirtual
OnSaveProgress(unsigned) const PXMLinlinevirtual
operator!=(const PObject &obj) const PObjectinline
operator<(const PObject &obj) const PObjectinline
operator<=(const PObject &obj) const PObjectinline
operator==(const PObject &obj) const PObjectinline
operator>(const PObject &obj) const PObjectinline
operator>=(const PObject &obj) const PObjectinline
OptionalAttribute enum valuePXML
OptionalAttributeWithValue enum valuePXML
OptionalAttributeWithValueMatching enum valuePXML
OptionalAttributeWithValueMatchingEx enum valuePXML
OptionalElement enum valuePXML
OptionalElementWithBodyMatching enum valuePXML
OptionalElementWithBodyMatchingEx enum valuePXML
OptionalNonEmptyAttribute enum valuePXML
OutputIndent(ostream &strm, int indent, const PString &elementName=PString::Empty()) const PXMLBase
OutputProgress() const PXMLvirtual
P_DECLARE_BITWISE_ENUM_EX(Options, 8,(NoOptions, Indent, IndentWithTabs, NewLineAfterElement, NoIgnoreWhiteSpace, CloseExtended, WithNS, FragmentOnly, ExpandEntities), AllOptions=(1<< 8)-1)PXMLBase
PObject()PObjectinlineprotected
PrintOn(ostream &strm) const PXMLvirtual
PTraceObjectInstance() const PObjectinline
PTraceObjectInstance(const char *)PObjectinlinestatic
PTraceObjectInstance(const PObject *obj)PObjectinlinestatic
PXML(Options options=NoOptions, const char *noIndentElements=NULL, const char *defaultEncoding=NULL)PXML
PXML(const PXML &xml)PXML
PXMLBase(Options opts=NoOptions)PXMLBase
ReadFrom(istream &strm)PXMLvirtual
RemoveAll()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
Save()PXML
Save(Options options)PXML
SaveFile(const PFilePath &fn)PXML
SaveFile(const PFilePath &fn, Options options)PXML
SetDefaultNamespace enum valuePXML
SetMaxEntityLength(unsigned len)PXMLBaseinline
SetNamespace enum valuePXML
SetOptions(Options opts)PXMLBaseinline
SetRootElement(PXMLRootElement *root)PXML
SetRootElement(const PString &documentType)PXML
SetTraceContextIdentifier(unsigned id)PObjectinline
SetTraceContextIdentifier(const PObject &obj)PObjectinline
SetTraceContextIdentifier(const PObject *obj)PObjectinline
StandAloneType enum namePXMLBase
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
ValidationOp enum namePXML
~PObject()PObjectinlinevirtual
~PXML()PXML