Unicorn XML Toolkit
Version 1.00.00

Namespace Xpath
Class CExprParser

class CExprParser {
public:
    CExprParser();
    ~CExprParser();
public:
    XExpr Parse(const CString &strSource);
    };

The XPath expression parser.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
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

CExprParser();

Constructs the expression parser.

~CExprParser

~CExprParser();

Destroys the expression parser.

Function Detail

Parse

XExpr Parse(const CString &strSource);

Parses the XPath expression.

Parameters:
strSource - the string containing the XPath expression to parse
Returns:
the expression object created as the result of parsing

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.