Urho3D
Dviglo::XMLElement Member List

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

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