I wanted to find if the XPathExpression component can be used in
isolation. I want to pass a Xpath string and analyze tokens in the
string.

For eg. 

./A/B/C=10, analyzed as ./A/B/C(location path), = (operator),
10(literal). Is there a way to use this class to parse this information.
I looked at m_op member of XPathExpression but no real documentation is
available on what this stores and how to get this token information.

Any information is helpful.
Thanks
Kiran

Reply via email to