saxpath
FAQ | JavaDoc | download | status | project page

Frequently Asked Questions

What is SAXPath?
What is the SAXPath license?
Why is SAXPath useful?
Is there an implementation?
What can I do with SAXPath?

What is SAXPath?

The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX in that the API abstracts away the details of parsing and provides a simple event based callback interface.

What is the SAXPath license?

We use an Apache-style open source license which is one of the least restrictive licenses around, you can use SAXPath to create new products without them having to be open source.

Why is SAXPath useful?

After implementing an XPath engine for both dom4j and JDOM, and attempting to keep them both in sync, it was decided that factoring out the commonality would be a Good Thing. Thus, SAXPath provides a single point for XPath expression parsing, regardless of the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.

Is there an implementation?

The API is open to many implementation, but also included in the distribution, currently, is the werken digital implementation.

What can I do with SAXPath?

Probably the most useful thing to do with SAXPath is to use it in conjunction with Jaxen: Java XPath Engine.



saxpath
FAQ | JavaDoc | download | status | project page

Copyright 2001 (C) bob mcwhirter & James Strachan. All rights reserved. Hosted by SourceForge
SourceForge Logo