Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

TiXmlElement Member List

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

Attribute(const char *name) const TiXmlElement
Attribute(const char *name, int *i) const TiXmlElement
Attribute(const char *name, double *d) const TiXmlElement
attributeSetTiXmlElement [private]
Clear()TiXmlNode
ClearThis()TiXmlElement [protected]
Clone() const TiXmlElement [virtual]
Column() const TiXmlBase [inline]
COMMENT enum valueTiXmlNode
ConvertUTF32ToUTF8(unsigned long input, char *output, int *length)TiXmlBase [protected, static]
CopyTo(TiXmlElement *target) const TiXmlElement [protected]
TiXmlNode::CopyTo(TiXmlNode *target) const TiXmlNode [protected]
DECLARATION enum valueTiXmlNode
DOCUMENT enum valueTiXmlNode
ELEMENT enum valueTiXmlNode
errorStringTiXmlBase [protected, static]
FirstAttribute() const TiXmlElement [inline]
FirstChild() const TiXmlNode [inline]
FirstChild(const char *value) const TiXmlNode
firstChildTiXmlNode [protected]
FirstChildElement() const TiXmlNode
FirstChildElement(const char *value) const TiXmlNode
GetChar(const char *p, char *_value, int *length, TiXmlEncoding encoding)TiXmlBase [inline, protected, static]
GetDocument() const TiXmlNode
GetEntity(const char *in, char *value, int *length, TiXmlEncoding encoding)TiXmlBase [protected, static]
GetUserData()TiXmlBase [inline]
Identify(const char *start, TiXmlEncoding encoding)TiXmlNode [protected]
InsertAfterChild(TiXmlNode *afterThis, const TiXmlNode &addThis)TiXmlNode
InsertBeforeChild(TiXmlNode *beforeThis, const TiXmlNode &addThis)TiXmlNode
InsertEndChild(const TiXmlNode &addThis)TiXmlNode
IsAlpha(unsigned char anyByte, TiXmlEncoding encoding)TiXmlBase [protected, static]
IsAlphaNum(unsigned char anyByte, TiXmlEncoding encoding)TiXmlBase [protected, static]
IsWhiteSpace(char c)TiXmlBase [inline, protected, static]
IsWhiteSpaceCondensed()TiXmlBase [inline, static]
IterateChildren(TiXmlNode *previous) const TiXmlNode
IterateChildren(const char *value, TiXmlNode *previous) const TiXmlNode
LastAttribute() const TiXmlElement [inline]
LastChild() const TiXmlNode [inline]
LastChild(const char *value) const TiXmlNode
lastChildTiXmlNode [protected]
LinkEndChild(TiXmlNode *addThis)TiXmlNode
locationTiXmlBase [protected]
nextTiXmlNode [protected]
NextSibling() const TiXmlNode [inline]
NextSibling(const char *) const TiXmlNode
NextSiblingElement() const TiXmlNode
NextSiblingElement(const char *) const TiXmlNode
NoChildren() const TiXmlNode [inline]
NodeType enum nameTiXmlNode
operator<<(TIXML_OSTREAM &out, const TiXmlNode &base)TiXmlNode [friend]
operator=(const TiXmlElement &base)TiXmlElement
parentTiXmlNode [protected]
Parent() const TiXmlNode [inline]
Parse(const char *p, TiXmlParsingData *data, TiXmlEncoding encoding)TiXmlElement [virtual]
prevTiXmlNode [protected]
PreviousSibling() const TiXmlNode [inline]
PreviousSibling(const char *) const TiXmlNode
Print(FILE *cfile, int depth) const TiXmlElement [virtual]
PutString(const TIXML_STRING &str, TIXML_OSTREAM *out)TiXmlBase [protected, static]
PutString(const TIXML_STRING &str, TIXML_STRING *out)TiXmlBase [protected, static]
QueryDoubleAttribute(const char *name, double *value) const TiXmlElement
QueryIntAttribute(const char *name, int *value) const TiXmlElement
ReadName(const char *p, TIXML_STRING *name, TiXmlEncoding encoding)TiXmlBase [protected, static]
ReadText(const char *in, TIXML_STRING *text, bool ignoreWhiteSpace, const char *endTag, bool ignoreCase, TiXmlEncoding encoding)TiXmlBase [protected, static]
ReadValue(const char *in, TiXmlParsingData *prevData, TiXmlEncoding encoding)TiXmlElement [protected]
RemoveAttribute(const char *name)TiXmlElement
RemoveChild(TiXmlNode *removeThis)TiXmlNode
ReplaceChild(TiXmlNode *replaceThis, const TiXmlNode &withThis)TiXmlNode
Row() const TiXmlBase [inline]
SetAttribute(const char *name, const char *value)TiXmlElement
SetAttribute(const char *name, int value)TiXmlElement
SetCondenseWhiteSpace(bool condense)TiXmlBase [inline, static]
SetDoubleAttribute(const char *name, double value)TiXmlElement
SetUserData(void *user)TiXmlBase [inline]
SetValue(const char *_value)TiXmlNode [inline]
SkipWhiteSpace(const char *, TiXmlEncoding encoding)TiXmlBase [protected, static]
StreamOut(TIXML_OSTREAM *out) const TiXmlElement [protected, virtual]
StringEqual(const char *p, const char *endTag, bool ignoreCase, TiXmlEncoding encoding)TiXmlBase [protected, static]
SValue() const TiXmlNode [inline, protected]
TEXT enum valueTiXmlNode
TIXML_ERROR enum valueTiXmlBase [protected]
TIXML_ERROR_DOCUMENT_EMPTY enum valueTiXmlBase [protected]
TIXML_ERROR_EMBEDDED_NULL enum valueTiXmlBase [protected]
TIXML_ERROR_FAILED_TO_READ_ELEMENT_NAME enum valueTiXmlBase [protected]
TIXML_ERROR_OPENING_FILE enum valueTiXmlBase [protected]
TIXML_ERROR_OUT_OF_MEMORY enum valueTiXmlBase [protected]
TIXML_ERROR_PARSING_COMMENT enum valueTiXmlBase [protected]
TIXML_ERROR_PARSING_DECLARATION enum valueTiXmlBase [protected]
TIXML_ERROR_PARSING_ELEMENT enum valueTiXmlBase [protected]
TIXML_ERROR_PARSING_EMPTY enum valueTiXmlBase [protected]
TIXML_ERROR_PARSING_UNKNOWN enum valueTiXmlBase [protected]
TIXML_ERROR_READING_ATTRIBUTES enum valueTiXmlBase [protected]
TIXML_ERROR_READING_ELEMENT_VALUE enum valueTiXmlBase [protected]
TIXML_ERROR_READING_END_TAG enum valueTiXmlBase [protected]
TIXML_ERROR_STRING_COUNT enum valueTiXmlBase [protected]
TIXML_NO_ERROR enum valueTiXmlBase [protected]
TiXmlBase()TiXmlBase [inline]
TiXmlElement(const char *in_value)TiXmlElement
TiXmlElement(const TiXmlElement &)TiXmlElement
TiXmlNode(NodeType _type)TiXmlNode [protected]
ToComment() const TiXmlNode [inline]
ToDeclaration() const TiXmlNode [inline]
ToDocument() const TiXmlNode [inline]
ToElement() const TiXmlNode [inline]
ToLower(int v, TiXmlEncoding encoding)TiXmlBase [inline, protected, static]
ToText() const TiXmlNode [inline]
ToUnknown() const TiXmlNode [inline]
Type() const TiXmlNode [inline, virtual]
typeTiXmlNode [protected]
TYPECOUNT enum valueTiXmlNode
UNKNOWN enum valueTiXmlNode
userDataTiXmlBase [protected]
utf8ByteTableTiXmlBase [static]
valueTiXmlNode [protected]
Value() const TiXmlNode [inline]
~TiXmlBase()TiXmlBase [inline, virtual]
~TiXmlElement()TiXmlElement [virtual]
~TiXmlNode()TiXmlNode [virtual]


Generated on Fri Aug 11 16:19:48 2006 for GENtle by  doxygen 1.4.1