addAttribute(const std::string &name, const std::string &value) | LLXmlTreeNode | [private] |
addChild(LLXmlTreeNode *child) | LLXmlTreeNode | [private] |
appendContents(const std::string &str) | LLXmlTreeNode | [private] |
attribute_map_t typedef | LLXmlTreeNode | [protected] |
child_list_t typedef | LLXmlTreeNode | [private] |
child_map_t typedef | LLXmlTreeNode | [private] |
dump(const LLString &prefix) | LLXmlTreeNode | [private] |
getAttribute(LLStdStringHandle name) | LLXmlTreeNode | [inline, protected] |
getAttributeBOOL(const std::string &name, BOOL &value) | LLXmlTreeNode | [virtual] |
getAttributeColor(const std::string &name, LLColor4 &value) | LLXmlTreeNode | [virtual] |
getAttributeColor4(const std::string &name, LLColor4 &value) | LLXmlTreeNode | [virtual] |
getAttributeColor4U(const std::string &name, LLColor4U &value) | LLXmlTreeNode | [virtual] |
getAttributeF32(const std::string &name, F32 &value) | LLXmlTreeNode | [virtual] |
getAttributeF64(const std::string &name, F64 &value) | LLXmlTreeNode | [virtual] |
getAttributeQuat(const std::string &name, LLQuaternion &value) | LLXmlTreeNode | [virtual] |
getAttributeS16(const std::string &name, S16 &value) | LLXmlTreeNode | [virtual] |
getAttributeS32(const std::string &name, S32 &value) | LLXmlTreeNode | [virtual] |
getAttributeS8(const std::string &name, S8 &value) | LLXmlTreeNode | [virtual] |
getAttributeString(const std::string &name, LLString &value) | LLXmlTreeNode | [virtual] |
getAttributeU16(const std::string &name, U16 &value) | LLXmlTreeNode | [virtual] |
getAttributeU32(const std::string &name, U32 &value) | LLXmlTreeNode | [virtual] |
getAttributeU8(const std::string &name, U8 &value) | LLXmlTreeNode | [virtual] |
getAttributeUUID(const std::string &name, LLUUID &value) | LLXmlTreeNode | [virtual] |
getAttributeVector3(const std::string &name, LLVector3 &value) | LLXmlTreeNode | [virtual] |
getAttributeVector3d(const std::string &name, LLVector3d &value) | LLXmlTreeNode | [virtual] |
getChildByName(const std::string &name) | LLXmlTreeNode | |
getChildCount() | LLXmlTreeNode | [inline] |
getContents() | LLXmlTreeNode | [inline] |
getFastAttributeBOOL(LLStdStringHandle cannonical_name, BOOL &value) | LLXmlTreeNode | |
getFastAttributeColor(LLStdStringHandle cannonical_name, LLColor4 &value) | LLXmlTreeNode | |
getFastAttributeColor4(LLStdStringHandle cannonical_name, LLColor4 &value) | LLXmlTreeNode | |
getFastAttributeColor4U(LLStdStringHandle cannonical_name, LLColor4U &value) | LLXmlTreeNode | |
getFastAttributeF32(LLStdStringHandle cannonical_name, F32 &value) | LLXmlTreeNode | |
getFastAttributeF64(LLStdStringHandle cannonical_name, F64 &value) | LLXmlTreeNode | |
getFastAttributeQuat(LLStdStringHandle cannonical_name, LLQuaternion &value) | LLXmlTreeNode | |
getFastAttributeS16(LLStdStringHandle cannonical_name, S16 &value) | LLXmlTreeNode | |
getFastAttributeS32(LLStdStringHandle cannonical_name, S32 &value) | LLXmlTreeNode | |
getFastAttributeS8(LLStdStringHandle cannonical_name, S8 &value) | LLXmlTreeNode | |
getFastAttributeString(LLStdStringHandle cannonical_name, LLString &value) | LLXmlTreeNode | |
getFastAttributeU16(LLStdStringHandle cannonical_name, U16 &value) | LLXmlTreeNode | |
getFastAttributeU32(LLStdStringHandle cannonical_name, U32 &value) | LLXmlTreeNode | |
getFastAttributeU8(LLStdStringHandle cannonical_name, U8 &value) | LLXmlTreeNode | |
getFastAttributeUUID(LLStdStringHandle cannonical_name, LLUUID &value) | LLXmlTreeNode | |
getFastAttributeVector3(LLStdStringHandle cannonical_name, LLVector3 &value) | LLXmlTreeNode | |
getFastAttributeVector3d(LLStdStringHandle cannonical_name, LLVector3d &value) | LLXmlTreeNode | |
getFirstChild() | LLXmlTreeNode | |
getName() | LLXmlTreeNode | [inline] |
getNextChild() | LLXmlTreeNode | |
getNextNamedChild() | LLXmlTreeNode | |
getParent() | LLXmlTreeNode | [inline] |
getTextContents() | LLXmlTreeNode | |
hasAttribute(const std::string &name) | LLXmlTreeNode | |
hasName(const std::string &name) | LLXmlTreeNode | [inline] |
LLXmlTree class | LLXmlTreeNode | [friend] |
LLXmlTreeNode(const std::string &name, LLXmlTreeNode *parent, LLXmlTree *tree) | LLXmlTreeNode | [protected] |
LLXmlTreeParser class | LLXmlTreeNode | [friend] |
mAttributes | LLXmlTreeNode | [protected] |
mChildList | LLXmlTreeNode | [private] |
mChildListIter | LLXmlTreeNode | [private] |
mChildMap | LLXmlTreeNode | [private] |
mChildMapEndIter | LLXmlTreeNode | [private] |
mChildMapIter | LLXmlTreeNode | [private] |
mContents | LLXmlTreeNode | [private] |
mName | LLXmlTreeNode | [private] |
mParent | LLXmlTreeNode | [private] |
mTree | LLXmlTreeNode | [private] |
~LLXmlTreeNode() | LLXmlTreeNode | [virtual] |