#include <XPath.h>
Public メソッド | |
MiX_Template_Typedef (charT, char_traits, xml_traits) | |
void | assign (const xpathresult_type &src) |
void | clear () |
XPathResult () | |
XPathResult (const nodelist_type &src) | |
XPathResult (bool src) | |
XPathResult (double src) | |
XPathResult (const string_type &src) | |
XPathResult (const xpathresult_type &src) | |
virtual | ~XPathResult () |
xpathresult_type & | operator= (const xpathresult_type &src) |
ResultType | getType () const |
nodelist_type & | getNodeList () |
ToDo: タイプチェックとかしたほうが良いかも. | |
const nodelist_type & | getNodeList () const |
element_type & | getElement () |
const element_type & | getElement () const |
bool | getBoolean () const |
double | getNumber () const |
string_type & | getString () |
const string_type & | getString () const |
void | output (std::ostream &os) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ToDo: タイプチェックとかしたほうが良いかも.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|