|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CExprParser { public: CExprParser(); ~CExprParser(); public: XExpr Parse(const CString &strSource); };
The XPath expression parser.
CExpr
Constructor/Destructor Summary | |
CExprParser
();
����������Constructs the expression parser. |
|
~CExprParser
();
����������Destroys the expression parser. |
Function Summary | |
XExpr
|
Parse
(const CString &strSource);
����������Parses the XPath expression. |
Constructor/Destructor Detail |
CExprParser();
Constructs the expression parser.
~CExprParser();
Destroys the expression parser.
Function Detail |
XExpr Parse(const CString &strSource);
Parses the XPath expression.
strSource
- the string containing
the XPath expression to parse
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |