Yaron, JXPath will do that for you. It does compile expressions (use the static method on JXPathContext) and returns a tree. One nice feature of that three is that if you call toString() on any subtree, it returns the XPath it represents.
- Dmitri --- yaron kanza <[EMAIL PROTECTED]> wrote: > Hello, > > I need an XPath parser. That is, a tool that receives an XPath > expression and returns either an object tree that represents the > expression (DOM style) or a series of events (SAX style). > > Is JXPath the right tool for parsing XPath expressions? > If not, what is the right tool for parsing XPath? > > In the user's guide I found only examples showing how to use JXPath > for evaluating XPath expressions. I didn't find example showing how > to > parse XPath. > > Can someone please provide me more information on how to use JXPath > for parsing expressions? > > Does someone have examples showing how to use JXPath as a parser? > > Thank you, > > Yaron Kanza > The University of Toronto, Canada > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
