|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CExprScanner { public: CExprScanner(); ~CExprScanner(); public: void Create(const CString &strSrc); void GetToken(CExprToken &token); };
The XPath expression scanner (lexical analyzer).
This class may be used by applications which implement languages based on the XPath expression language (for example, the XSLT pattern language).
CExprToken
Constructor/Destructor Summary | |
CExprScanner
();
����������Constructs the exression scanner. |
|
~CExprScanner
();
����������Destroys the expression scanner. |
Function Summary | |
void
|
Create
(const CString &strSrc);
����������Creates the expression scanner, specifies the string containing the expression to scan. |
void
|
GetToken
(CExprToken &token);
����������Returns the next token. |
Constructor/Destructor Detail |
CExprScanner();
Constructs the exression scanner.
~CExprScanner();
Destroys the expression scanner.
Function Detail |
void Create(const CString &strSrc);
Creates the expression scanner, specifies the string containing the expression to scan.
strSrc
- the string containing the expression to scanvoid GetToken(CExprToken &token);
Returns the next token.
token
- on return, the next token
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |