| _attributePool | ttv::xml::XMLDocument | private |
| _charBuffer | ttv::xml::XMLDocument | private |
| _commentPool | ttv::xml::XMLDocument | private |
| _document | ttv::xml::XMLNode | protected |
| _elementPool | ttv::xml::XMLDocument | private |
| _errorID | ttv::xml::XMLDocument | private |
| _errorNames | ttv::xml::XMLDocument | privatestatic |
| _errorStr1 | ttv::xml::XMLDocument | private |
| _errorStr2 | ttv::xml::XMLDocument | private |
| _firstChild | ttv::xml::XMLNode | protected |
| _lastChild | ttv::xml::XMLNode | protected |
| _next | ttv::xml::XMLNode | protected |
| _parent | ttv::xml::XMLNode | protected |
| _prev | ttv::xml::XMLNode | protected |
| _processEntities | ttv::xml::XMLDocument | private |
| _textPool | ttv::xml::XMLDocument | private |
| _userData | ttv::xml::XMLNode | protected |
| _value | ttv::xml::XMLNode | mutableprotected |
| _whitespace | ttv::xml::XMLDocument | private |
| _writeBOM | ttv::xml::XMLDocument | private |
| Accept(XMLVisitor *visitor) const | ttv::xml::XMLDocument | virtual |
| Clear() | ttv::xml::XMLDocument | |
| DeleteChild(XMLNode *node) | ttv::xml::XMLNode | |
| DeleteChildren() | ttv::xml::XMLNode | |
| DeleteNode(XMLNode *node) | ttv::xml::XMLDocument | |
| Error() const | ttv::xml::XMLDocument | inline |
| ErrorID() const | ttv::xml::XMLDocument | inline |
| ErrorName() const | ttv::xml::XMLDocument | |
| FirstChild() const | ttv::xml::XMLNode | inline |
| FirstChild() | ttv::xml::XMLNode | inline |
| FirstChildElement(const char *name=0) const | ttv::xml::XMLNode | |
| FirstChildElement(const char *name=0) | ttv::xml::XMLNode | inline |
| GetDocument() const | ttv::xml::XMLNode | inline |
| GetDocument() | ttv::xml::XMLNode | inline |
| GetErrorStr1() const | ttv::xml::XMLDocument | inline |
| GetErrorStr2() const | ttv::xml::XMLDocument | inline |
| GetUserData() const | ttv::xml::XMLNode | inline |
| HasBOM() const | ttv::xml::XMLDocument | inline |
| Identify(char *p, XMLNode **node) | ttv::xml::XMLDocument | |
| InsertAfterChild(XMLNode *afterThis, XMLNode *addThis) | ttv::xml::XMLNode | |
| InsertEndChild(XMLNode *addThis) | ttv::xml::XMLNode | |
| InsertFirstChild(XMLNode *addThis) | ttv::xml::XMLNode | |
| LastChild() const | ttv::xml::XMLNode | inline |
| LastChild() | ttv::xml::XMLNode | inline |
| LastChildElement(const char *name=0) const | ttv::xml::XMLNode | |
| LastChildElement(const char *name=0) | ttv::xml::XMLNode | inline |
| LinkEndChild(XMLNode *addThis) | ttv::xml::XMLNode | inline |
| LoadFile(const char *filename) | ttv::xml::XMLDocument | |
| LoadFile(FILE *) | ttv::xml::XMLDocument | |
| NewComment(const char *comment) | ttv::xml::XMLDocument | |
| NewDeclaration(const char *text=0) | ttv::xml::XMLDocument | |
| NewElement(const char *name) | ttv::xml::XMLDocument | |
| NewText(const char *text) | ttv::xml::XMLDocument | |
| NewUnknown(const char *text) | ttv::xml::XMLDocument | |
| NextSibling() const | ttv::xml::XMLNode | inline |
| NextSibling() | ttv::xml::XMLNode | inline |
| NextSiblingElement(const char *name=0) const | ttv::xml::XMLNode | |
| NextSiblingElement(const char *name=0) | ttv::xml::XMLNode | inline |
| NoChildren() const | ttv::xml::XMLNode | inline |
| operator=(const XMLDocument &) | ttv::xml::XMLDocument | private |
| Parent() const | ttv::xml::XMLNode | inline |
| Parent() | ttv::xml::XMLNode | inline |
| Parse(const char *xml, size_t nBytes=SIZE_MAX) | ttv::xml::XMLDocument | |
| Parse() | ttv::xml::XMLDocument | private |
| ParseDeep(char *, StrPair *) | ttv::xml::XMLNode | protectedvirtual |
| PreviousSibling() const | ttv::xml::XMLNode | inline |
| PreviousSibling() | ttv::xml::XMLNode | inline |
| PreviousSiblingElement(const char *name=0) const | ttv::xml::XMLNode | |
| PreviousSiblingElement(const char *name=0) | ttv::xml::XMLNode | inline |
| Print(XMLPrinter *streamer=0) const | ttv::xml::XMLDocument | |
| PrintError() const | ttv::xml::XMLDocument | |
| ProcessEntities() const | ttv::xml::XMLDocument | inline |
| RootElement() | ttv::xml::XMLDocument | inline |
| RootElement() const | ttv::xml::XMLDocument | inline |
| SaveFile(const char *filename, bool compact=false) | ttv::xml::XMLDocument | |
| SaveFile(FILE *fp, bool compact=false) | ttv::xml::XMLDocument | |
| SetBOM(bool useBOM) | ttv::xml::XMLDocument | inline |
| SetError(XMLError error, const char *str1, const char *str2) | ttv::xml::XMLDocument | |
| SetUserData(void *userData) | ttv::xml::XMLNode | inline |
| SetValue(const char *val, bool staticMem=false) | ttv::xml::XMLNode | |
| ShallowClone(XMLDocument *) const | ttv::xml::XMLDocument | inlinevirtual |
| ShallowEqual(const XMLNode *) const | ttv::xml::XMLDocument | inlinevirtual |
| ToComment() | ttv::xml::XMLNode | inlinevirtual |
| ToComment() const | ttv::xml::XMLNode | inlinevirtual |
| ToDeclaration() | ttv::xml::XMLNode | inlinevirtual |
| ToDeclaration() const | ttv::xml::XMLNode | inlinevirtual |
| ToDocument() | ttv::xml::XMLDocument | inlinevirtual |
| ToDocument() const | ttv::xml::XMLDocument | inlinevirtual |
| ToElement() | ttv::xml::XMLNode | inlinevirtual |
| ToElement() const | ttv::xml::XMLNode | inlinevirtual |
| ToText() | ttv::xml::XMLNode | inlinevirtual |
| ToText() const | ttv::xml::XMLNode | inlinevirtual |
| ToUnknown() | ttv::xml::XMLNode | inlinevirtual |
| ToUnknown() const | ttv::xml::XMLNode | inlinevirtual |
| Value() const | ttv::xml::XMLNode | |
| WhitespaceMode() const | ttv::xml::XMLDocument | inline |
| XMLDocument(bool processEntities=true, Whitespace=PRESERVE_WHITESPACE) | ttv::xml::XMLDocument | |
| XMLDocument(const XMLDocument &) | ttv::xml::XMLDocument | private |
| XMLElement class | ttv::xml::XMLDocument | friend |
| XMLNode(XMLDocument *) | ttv::xml::XMLNode | protected |
| ~XMLDocument() | ttv::xml::XMLDocument | |
| ~XMLNode() | ttv::xml::XMLNode | protectedvirtual |