Rebel Fork Framework
Urho3D::XMLElement Member List

This is the complete list of members for Urho3D::XMLElement, including all inherited members.

AppendChild(XMLElement element, bool asCopy=false)Urho3D::XMLElement
CreateChild(const ea::string &name)Urho3D::XMLElement
CreateChild(const char *name)Urho3D::XMLElement
EMPTYUrho3D::XMLElementstatic
file_Urho3D::XMLElementprivate
GetAttribute(const ea::string &name=EMPTY_STRING) constUrho3D::XMLElement
GetAttribute(const char *name) constUrho3D::XMLElement
GetAttributeCString(const char *name) constUrho3D::XMLElement
GetAttributeLower(const ea::string &name) constUrho3D::XMLElement
GetAttributeLower(const char *name) constUrho3D::XMLElement
GetAttributeNames() constUrho3D::XMLElement
GetAttributeUpper(const ea::string &name) constUrho3D::XMLElement
GetAttributeUpper(const char *name) constUrho3D::XMLElement
GetBool(const ea::string &name) constUrho3D::XMLElement
GetBoundingBox() constUrho3D::XMLElement
GetBuffer(const ea::string &name) constUrho3D::XMLElement
GetBuffer(const ea::string &name, void *dest, unsigned size) constUrho3D::XMLElement
GetChild(const ea::string &name=EMPTY_STRING) constUrho3D::XMLElement
GetChild(const char *name) constUrho3D::XMLElement
GetColor(const ea::string &name) constUrho3D::XMLElement
GetDouble(const ea::string &name) constUrho3D::XMLElement
GetFile() constUrho3D::XMLElement
GetFloat(const ea::string &name) constUrho3D::XMLElement
GetInt(const ea::string &name) constUrho3D::XMLElement
GetInt64(const ea::string &name) constUrho3D::XMLElement
GetIntRect(const ea::string &name) constUrho3D::XMLElement
GetIntVector2(const ea::string &name) constUrho3D::XMLElement
GetIntVector3(const ea::string &name) constUrho3D::XMLElement
GetMatrix3(const ea::string &name) constUrho3D::XMLElement
GetMatrix3x4(const ea::string &name) constUrho3D::XMLElement
GetMatrix4(const ea::string &name) constUrho3D::XMLElement
GetName() constUrho3D::XMLElement
GetNext(const ea::string &name=EMPTY_STRING) constUrho3D::XMLElement
GetNext(const char *name) constUrho3D::XMLElement
GetNode() constUrho3D::XMLElementinline
GetNumAttributes() constUrho3D::XMLElement
GetOrCreateChild(const ea::string &name)Urho3D::XMLElement
GetOrCreateChild(const char *name)Urho3D::XMLElement
GetParent() constUrho3D::XMLElement
GetQuaternion(const ea::string &name) constUrho3D::XMLElement
GetRect(const ea::string &name) constUrho3D::XMLElement
GetResourceRef() constUrho3D::XMLElement
GetResourceRefList() constUrho3D::XMLElement
GetStringVariantMap() constUrho3D::XMLElement
GetStringVector() constUrho3D::XMLElement
GetUInt(const ea::string &name) constUrho3D::XMLElement
GetUInt64(const ea::string &name) constUrho3D::XMLElement
GetValue() constUrho3D::XMLElement
GetVariant() constUrho3D::XMLElement
GetVariantMap() constUrho3D::XMLElement
GetVariantValue(VariantType type, Context *context=nullptr) constUrho3D::XMLElement
GetVariantVector() constUrho3D::XMLElement
GetVector(const ea::string &name) constUrho3D::XMLElement
GetVector2(const ea::string &name) constUrho3D::XMLElement
GetVector3(const ea::string &name) constUrho3D::XMLElement
GetVector4(const ea::string &name) constUrho3D::XMLElement
GetVectorVariant(const ea::string &name) constUrho3D::XMLElement
GetXPathNode() constUrho3D::XMLElementinline
GetXPathResultIndex() constUrho3D::XMLElementinline
GetXPathResultSet() constUrho3D::XMLElementinline
HasAttribute(const ea::string &name) constUrho3D::XMLElement
HasAttribute(const char *name) constUrho3D::XMLElement
HasChild(const ea::string &name) constUrho3D::XMLElement
HasChild(const char *name) constUrho3D::XMLElement
IsNull() constUrho3D::XMLElement
NextResult() constUrho3D::XMLElement
node_Urho3D::XMLElementprivate
NotNull() constUrho3D::XMLElement
operator bool() constUrho3D::XMLElementexplicit
operator=(const XMLElement &rhs)Urho3D::XMLElement
Remove()Urho3D::XMLElement
RemoveAttribute(const ea::string &name=EMPTY_STRING)Urho3D::XMLElement
RemoveAttribute(const char *name)Urho3D::XMLElement
RemoveChild(const XMLElement &element)Urho3D::XMLElement
RemoveChild(const ea::string &name)Urho3D::XMLElement
RemoveChild(const char *name)Urho3D::XMLElement
RemoveChildren(const ea::string &name=EMPTY_STRING)Urho3D::XMLElement
RemoveChildren(const char *name)Urho3D::XMLElement
Select(const ea::string &query, pugi::xpath_variable_set *variables=nullptr) constUrho3D::XMLElement
SelectPrepared(const XPathQuery &query) constUrho3D::XMLElement
SelectSingle(const ea::string &query, pugi::xpath_variable_set *variables=nullptr) constUrho3D::XMLElement
SelectSinglePrepared(const XPathQuery &query) constUrho3D::XMLElement
SetAttribute(const ea::string &name, const ea::string &value)Urho3D::XMLElement
SetAttribute(const char *name, const char *value)Urho3D::XMLElement
SetAttribute(const ea::string &value)Urho3D::XMLElement
SetAttribute(const char *value)Urho3D::XMLElement
SetBool(const ea::string &name, bool value)Urho3D::XMLElement
SetBoundingBox(const BoundingBox &value)Urho3D::XMLElement
SetBuffer(const ea::string &name, const void *data, unsigned size)Urho3D::XMLElement
SetBuffer(const ea::string &name, const ea::vector< unsigned char > &value)Urho3D::XMLElement
SetColor(const ea::string &name, const Color &value)Urho3D::XMLElement
SetDouble(const ea::string &name, double value)Urho3D::XMLElement
SetFloat(const ea::string &name, float value)Urho3D::XMLElement
SetInt(const ea::string &name, int value)Urho3D::XMLElement
SetInt64(const ea::string &name, long long value)Urho3D::XMLElement
SetIntRect(const ea::string &name, const IntRect &value)Urho3D::XMLElement
SetIntVector2(const ea::string &name, const IntVector2 &value)Urho3D::XMLElement
SetIntVector3(const ea::string &name, const IntVector3 &value)Urho3D::XMLElement
SetMatrix3(const ea::string &name, const Matrix3 &value)Urho3D::XMLElement
SetMatrix3x4(const ea::string &name, const Matrix3x4 &value)Urho3D::XMLElement
SetMatrix4(const ea::string &name, const Matrix4 &value)Urho3D::XMLElement
SetName(const ea::string &name)Urho3D::XMLElement
SetName(const char *name)Urho3D::XMLElement
SetQuaternion(const ea::string &name, const Quaternion &value)Urho3D::XMLElement
SetRect(const ea::string &name, const Rect &value)Urho3D::XMLElement
SetResourceRef(const ResourceRef &value)Urho3D::XMLElement
SetResourceRefList(const ResourceRefList &value)Urho3D::XMLElement
SetString(const ea::string &name, const ea::string &value)Urho3D::XMLElement
SetStringVariantMap(const StringVariantMap &value)Urho3D::XMLElement
SetStringVector(const StringVector &value)Urho3D::XMLElement
SetUInt(const ea::string &name, unsigned value)Urho3D::XMLElement
SetUInt64(const ea::string &name, unsigned long long value)Urho3D::XMLElement
SetValue(const ea::string &value)Urho3D::XMLElement
SetValue(const char *value)Urho3D::XMLElement
SetVariant(const Variant &value)Urho3D::XMLElement
SetVariantMap(const VariantMap &value)Urho3D::XMLElement
SetVariantValue(const Variant &value)Urho3D::XMLElement
SetVariantVector(const VariantVector &value)Urho3D::XMLElement
SetVector2(const ea::string &name, const Vector2 &value)Urho3D::XMLElement
SetVector3(const ea::string &name, const Vector3 &value)Urho3D::XMLElement
SetVector4(const ea::string &name, const Vector4 &value)Urho3D::XMLElement
SetVectorVariant(const ea::string &name, const Variant &value)Urho3D::XMLElement
XMLElement()Urho3D::XMLElement
XMLElement(const XMLFile *file, pugi::xml_node_struct *node)Urho3D::XMLElement
XMLElement(const XMLFile *file, const XPathResultSet *resultSet, const pugi::xpath_node *xpathNode, unsigned xpathResultIndex)Urho3D::XMLElement
XMLElement(const XMLElement &rhs)Urho3D::XMLElement
xpathNode_Urho3D::XMLElementprivate
xpathResultIndex_Urho3D::XMLElementmutableprivate
xpathResultSet_Urho3D::XMLElementprivate
~XMLElement()Urho3D::XMLElement