|
PTLib
Version 2.14.3
|
This is the complete list of members for PXMLRootElement, including all inherited members.
| AddData(const PString &data) | PXMLElement | virtual |
| AddElement(const char *name) | PXMLElement | |
| AddElement(const PString &name, const PString &data) | PXMLElement | |
| AddElement(const PString &name, const PString &attrName, const PString &attrVal) | PXMLElement | |
| AddNamespace(const PString &prefix, const PString &uri) | PXMLElement | |
| AddSubObject(PXMLObject *elem, bool dirty=true) | PXMLElement | virtual |
| AsString() const | PXMLObject | |
| Class() | PObject | inlinestatic |
| Clone() | PXMLRootElement | virtual |
| PXMLElement::Clone() const | PXMLElement | 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) | PXMLRootElement | virtual |
| EndData() | PXMLElement | inlinevirtual |
| EqualTo enum value | PObject | |
| FindObject(const PXMLObject *ptr) const | PXMLElement | |
| GetAttribute(const PCaselessString &key) const | PXMLElement | |
| GetAttributes() const | PXMLElement | inline |
| GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
| GetData(bool trim=true) const | PXMLElement | |
| GetDefaultNamespace(PCaselessString &str) const | PXMLElement | |
| GetElement(PINDEX idx=0) const | PXMLElement | |
| GetElement(const PCaselessString &name, PINDEX idx=0) const | PXMLElement | |
| GetElement(const PCaselessString &name, const PCaselessString &attr, const PString &attrval) const | PXMLElement | |
| GetElementAs(PINDEX idx=0) const | PXMLElement | inline |
| GetElementAs(const PCaselessString &name, PINDEX idx=0) const | PXMLElement | inline |
| GetElementAs(const PCaselessString &name, const PCaselessString &attr, const PString &attrval) const | PXMLElement | inline |
| GetFilePosition(unsigned &col, unsigned &line) const | PXMLObject | inline |
| GetName() const | PXMLElement | inline |
| GetNamespace(const PCaselessString &prefix, PCaselessString &str) const | PXMLElement | |
| GetNextObject() const | PXMLObject | |
| GetObjectCount() const | PXMLElement | virtual |
| GetParent() const | PXMLObject | inline |
| GetPathName() const | PXMLElement | |
| GetSize() const | PXMLElement | inline |
| GetSubObject(PINDEX idx) const | PXMLElement | |
| GetSubObjects() const | PXMLElement | inline |
| GetTraceContextIdentifier() const | PObject | inline |
| GetTraceContextIdentifier(PObject &obj) | PObject | inline |
| GetTraceContextIdentifier(PObject *obj) | PObject | inline |
| GetURIForNamespace(const PCaselessString &prefix, PCaselessString &uri) const | PXMLElement | |
| GreaterThan enum value | PObject | |
| HasAttribute(const PCaselessString &key) const | PXMLElement | |
| HasAttributes() const | PXMLElement | inline |
| HashFunction() const | PObject | virtual |
| HasSubObjects() const | PXMLElement | inline |
| 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 | PXMLObject | inline |
| IsElement() const | PXMLElement | inlinevirtual |
| LessThan enum value | PObject | |
| m_attributes | PXMLElement | protected |
| m_column | PXMLObject | protected |
| m_defaultNamespace | PXMLElement | protected |
| m_dirty | PXMLObject | protected |
| m_document | PXMLRootElement | protected |
| m_lineNumber | PXMLObject | protected |
| m_name | PXMLElement | protected |
| m_nameSpaces | PXMLElement | protected |
| m_parent | PXMLObject | protected |
| m_subObjects | PXMLElement | protected |
| m_traceContextIdentifier | PObject | protected |
| 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 |
| Output(ostream &strm, const PXMLBase &xml, int indent) const | PXMLElement | virtual |
| P_REMOVE_VIRTUAL(PXMLObject *, Clone(PXMLElement *) const, 0) | PXMLObject | protected |
| PObject() | PObject | inlineprotected |
| PrependNamespace(const PCaselessString &name) const | PXMLElement | |
| PrintOn(ostream &strm) const | PXMLElement | virtual |
| PTraceObjectInstance() const | PObject | inline |
| PTraceObjectInstance(const char *) | PObject | inlinestatic |
| PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
| PXMLElement(const PXMLElement ©) | PXMLElement | protected |
| PXMLElement(const char *name=NULL, const char *data=NULL) | PXMLElement | |
| PXMLObject() | PXMLObject | protected |
| PXMLRootElement(PXML &doc, const char *name=NULL) | PXMLRootElement | inline |
| PXMLRootElement(PXML &doc, const PXMLElement ©) | PXMLRootElement | inline |
| ReadFrom(istream &strm) | PObject | virtual |
| RemoveNamespace(const PString &prefix) | PXMLElement | |
| RemoveSubObject(PINDEX idx, bool dispose=true) | PXMLElement | |
| SetAttribute(const PCaselessString &key, const PString &value, bool setDirty=true) | PXMLElement | |
| SetData(const PString &data) | PXMLElement | |
| SetDirty() | PXMLObject | |
| SetFilePosition(unsigned col, unsigned line) | PXMLObject | inline |
| SetName(const PString &v) | PXMLElement | inline |
| SetParent(PXMLElement *parent) | PXMLObject | |
| SetTraceContextIdentifier(unsigned id) | PObject | inline |
| SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
| SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
| ~PObject() | PObject | inlinevirtual |