sax-2.0.1.jar - SAX (Simple API for XML)

Q

SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java, and is a “de facto” standard. The current version is SAX 2.0.1, and there are versions for several programming language environments other than Java.

JAR File Size and Download Location:

File name: sax-2.0.1.jar, sax.jar
File size: 27836 bytes
Date modified: 01-Aug-2005
Download: SAX (Simple API for XML)

✍: FYIcenter.com

A

Manifest of the JAR:

Specification-Title: Simple API for XML
Specification-Version: 2.0
Specification-Vendor: David Megginson
Implementation-Title: org.xml.sax
Implementation-Version: 2.0.1
Implementation-Vendor: David Brownell
Implementation-URL: http://www.saxproject.org/

List of Classes in the JAR:

org/xml/sax/AttributeList
org/xml/sax/Attributes
org/xml/sax/ContentHandler
org/xml/sax/DocumentHandler
org/xml/sax/DTDHandler
org/xml/sax/EntityResolver
org/xml/sax/ErrorHandler
org/xml/sax/ext/DeclHandler
org/xml/sax/ext/LexicalHandler
org/xml/sax/HandlerBase
org/xml/sax/helpers/AttributeListImpl
org/xml/sax/helpers/AttributesImpl
org/xml/sax/helpers/DefaultHandler
org/xml/sax/helpers/LocatorImpl
org/xml/sax/helpers/NamespaceSupport
org/xml/sax/helpers/NewInstance
org/xml/sax/helpers/ParserAdapter
org/xml/sax/helpers/ParserFactory
org/xml/sax/helpers/XMLFilterImpl
org/xml/sax/helpers/XMLReaderAdapter
org/xml/sax/helpers/XMLReaderFactory
org/xml/sax/InputSource
org/xml/sax/Locator
org/xml/sax/Parser
org/xml/sax/SAXException
org/xml/sax/SAXNotRecognizedException
org/xml/sax/SAXNotSupportedException
org/xml/sax/SAXParseException
org/xml/sax/XMLFilter
org/xml/sax/XMLReader

2013-11-11, 9290🔥, 0💬