ReactOS 0.4.15-dev-7108-g1cf6ce6
|
#include <xmlstorage.h>
Public Member Functions | |
XPathElement () | |
XPathElement (const XS_String &child_name, int child_idx=-1) | |
XPathElement (const XS_String &child_name, int child_idx, const XS_String &attr_name, const XS_String &attr_value) | |
const char * | parse (const char *path) |
XMLNode * | find (XMLNode *node) const |
const XMLNode * | const_find (const XMLNode *node) const |
bool | matches (const XMLNode &node, int &n) const |
Public Attributes | |
XS_String | _child_name |
int | _child_idx |
XS_String | _attr_name |
XS_String | _attr_value |
Definition at line 814 of file xmlstorage.h.
|
inline |
Definition at line 816 of file xmlstorage.h.
Definition at line 818 of file xmlstorage.h.
|
inline |
Definition at line 821 of file xmlstorage.h.
Definition at line 195 of file xmlstorage.cpp.
Referenced by XMLStorage::const_XMLPos::go_down(), and XMLStorage::const_XMLPos::iterate().
Definition at line 184 of file xmlstorage.cpp.
Referenced by XMLStorage::XMLPos::go_down(), XMLStorage::XMLPos::iterate(), and XMLStorage::XMLPos::smart_create().
Definition at line 206 of file xmlstorage.cpp.
Definition at line 142 of file xmlstorage.cpp.
XS_String XMLStorage::XPathElement::_attr_name |
Definition at line 830 of file xmlstorage.h.
XS_String XMLStorage::XPathElement::_attr_value |
Definition at line 831 of file xmlstorage.h.
int XMLStorage::XPathElement::_child_idx |
Definition at line 828 of file xmlstorage.h.
XS_String XMLStorage::XPathElement::_child_name |
Definition at line 827 of file xmlstorage.h.