This is the complete list of members for SXmlNode, including all inherited members.
append_attribute(const wchar_t *name) | SXmlNode | |
append_child(XmlNodeType type=node_element) | SXmlNode | |
append_child(const wchar_t *name) | SXmlNode | |
append_copy(const SXmlAttr &proto) | SXmlNode | |
append_copy(const SXmlNode &proto) | SXmlNode | |
append_move(const SXmlNode &moved) | SXmlNode | |
AppendAttribute(const wchar_t *name) OVERRIDE | SXmlNode | inline |
AppendChild(const wchar_t *name) OVERRIDE | SXmlNode | inline |
AppendCopyAttribute(const IXmlAttr *proto) OVERRIDE | SXmlNode | inline |
AppendCopyNode(const IXmlNode *proto) OVERRIDE | SXmlNode | inline |
Attribute(const wchar_t *name, BOOL bCaseSensitive) SCONST OVERRIDE | SXmlNode | |
attribute(const wchar_t *name, bool bCaseSensitive=false) const | SXmlNode | |
attribute(const wchar_t *name, SXmlAttr &hint, bool bCaseSensitive=false) const | SXmlNode | |
Child(const wchar_t *name, BOOL bCaseSensitive) SCONST OVERRIDE | SXmlNode | |
child(const wchar_t *name, bool bCaseSensitive=false) const | SXmlNode | |
child_value() const | SXmlNode | |
child_value(const wchar_t *name, bool bCaseSensitive=false) const | SXmlNode | |
Empty() SCONST OVERRIDE | SXmlNode | |
empty() const | SXmlNode | |
first_attribute() const | SXmlNode | |
first_child() const | SXmlNode | |
FirstAttribute() SCONST OVERRIDE | SXmlNode | |
FirstChild() SCONST OVERRIDE | SXmlNode | |
get_userdata() SCONST OVERRIDE | SXmlNode | |
GetPrivPtr() SCONST OVERRIDE | SXmlNode | |
insert_attribute_after(const wchar_t *name, const SXmlAttr &attr) | SXmlNode | |
insert_attribute_before(const wchar_t *name, const SXmlAttr &attr) | SXmlNode | |
insert_child_after(XmlNodeType type, const SXmlNode &node) | SXmlNode | |
insert_child_after(const wchar_t *name, const SXmlNode &node) | SXmlNode | |
insert_child_before(XmlNodeType type, const SXmlNode &node) | SXmlNode | |
insert_child_before(const wchar_t *name, const SXmlNode &node) | SXmlNode | |
insert_copy_after(const SXmlAttr &proto, const SXmlAttr &attr) | SXmlNode | |
insert_copy_after(const SXmlNode &proto, const SXmlNode &node) | SXmlNode | |
insert_copy_before(const SXmlAttr &proto, const SXmlAttr &attr) | SXmlNode | |
insert_copy_before(const SXmlNode &proto, const SXmlNode &node) | SXmlNode | |
insert_move_after(const SXmlNode &moved, const SXmlNode &node) | SXmlNode | |
insert_move_before(const SXmlNode &moved, const SXmlNode &node) | SXmlNode | |
last_attribute() const | SXmlNode | |
last_child() const | SXmlNode | |
LastAttribute() SCONST OVERRIDE | SXmlNode | |
LastChild() SCONST OVERRIDE | SXmlNode | |
Name() SCONST OVERRIDE | SXmlNode | |
name() const | SXmlNode | |
next_sibling() const | SXmlNode | |
next_sibling(const wchar_t *name, bool bCaseSensitive=false) const | SXmlNode | |
NextSibling() SCONST OVERRIDE | SXmlNode | |
NextSibling2(const wchar_t *name, BOOL bCaseSensitive) SCONST OVERRIDE | SXmlNode | |
operator bool() const | SXmlNode | |
operator!=(const SXmlNode &src) const | SXmlNode | inline |
operator==(const SXmlNode &src) const | SXmlNode | inline |
parent() const | SXmlNode | |
prepend_attribute(const wchar_t *name) | SXmlNode | |
prepend_child(XmlNodeType type=node_element) | SXmlNode | |
prepend_child(const wchar_t *name) | SXmlNode | |
prepend_copy(const SXmlAttr &proto) | SXmlNode | |
prepend_copy(const SXmlNode &proto) | SXmlNode | |
prepend_move(const SXmlNode &moved) | SXmlNode | |
PrependAttribute(const wchar_t *name) OVERRIDE | SXmlNode | inline |
PrependChild(const wchar_t *name) OVERRIDE | SXmlNode | inline |
PrependCopyAttribute(const IXmlAttr *proto) OVERRIDE | SXmlNode | inline |
PrependCopyNode(const IXmlNode *proto) OVERRIDE | SXmlNode | inline |
previous_sibling() const | SXmlNode | |
previous_sibling(const wchar_t *name, bool bCaseSensitive=false) const | SXmlNode | |
PrevSibling() SCONST OVERRIDE | SXmlNode | |
PrevSibling2(const wchar_t *name, BOOL bCaseSensitive) SCONST OVERRIDE | SXmlNode | |
remove_attribute(const SXmlAttr &a) | SXmlNode | |
remove_attribute(const wchar_t *name) | SXmlNode | |
remove_attributes() | SXmlNode | |
remove_child(const SXmlNode &n) | SXmlNode | |
remove_child(const wchar_t *name) | SXmlNode | |
remove_children() | SXmlNode | |
RemoveAllChilden() OVERRIDE | SXmlNode | inline |
RemoveAttribute(const wchar_t *name) OVERRIDE | SXmlNode | inline |
RemoveChild(const wchar_t *name) OVERRIDE | SXmlNode | inline |
root() const | SXmlNode | |
set_name(const wchar_t *rhs) | SXmlNode | |
set_userdata(int data) OVERRIDE | SXmlNode | |
set_value(const wchar_t *rhs) | SXmlNode | |
SXmlDoc (defined in SXmlNode) | SXmlNode | friend |
SXmlNode(pugi::xml_node node) | SXmlNode | |
SXmlNode(const IXmlNode *src) | SXmlNode | |
SXmlNode(const SXmlNode &src) | SXmlNode | |
SXmlNode(LPVOID pData=NULL) | SXmlNode | explicit |
Text() SCONST OVERRIDE | SXmlNode | |
ToString(IStringW *out) SCONST OVERRIDE | SXmlNode | |
type() const | SXmlNode | |
Value() SCONST OVERRIDE | SXmlNode | |
value() const | SXmlNode |