saxpath-1.0.jar - Simple API for XPath

Q

The SAXPath project stands for Simple API for XPath. SAXPath is similar to SAX in that the API abstracts away the details of parsing and processing the data and provides a simple event based callback interface. It's a very useful tool for writing XPath related applications.

JAR File Size and Download Location:

File name: saxpath.jar, saxpath-1.0.jar
File size: 23563 bytes
Date modified: 04/26/2002
Download: The saxpath sourceforge page

✍: FYIcenter

A

Manifest of the JAR:

Extension-Name: org.saxpath
Specification-Title: saxpth
Specification-Version: 1.0 FCS
Specification-Vendor: werken digital.
Implementation-Vendor:  werken digital.
Implementation-Version: 1.0
Implementation-Title: saxpath

List of Classes in the JAR:

org/saxpath/helpers/XPathReaderFactory
org/saxpath/XPathReader
org/saxpath/conformance/ConformanceXPathHandler
org/saxpath/XPathHandler
org/saxpath/Operator
org/saxpath/SAXPathEventSource
org/saxpath/XPathSyntaxException
org/saxpath/SAXPathParseException
org/saxpath/Axis
org/saxpath/SAXPathException
com/werken/saxpath/DefaultXPathHandler
com/werken/saxpath/TokenTypes
com/werken/saxpath/Token
com/werken/saxpath/XPathReader
com/werken/saxpath/XPathLexer

2009-11-09, 10023🔥, 0💬