aalto-xml-0.9.6.jar - Aalto XML processor

Q

The Aalto XML processor is a next-generation StAX XML processor implementation. It is not directly related to other existing mature implementations (such as Woodstox or Sun Java Streaming XML Parser), although it did come about as a prototype for evaluating implementation strategies that differ from those traditionally used for Java-based parsers.

JAR File Size and Download Location:

File name: aalto-xml.jar, aalto-xml-0.9.6.jar
File size: 307545 bytes
Date modified: 10-Oct-2010
Download: Aalto XML processor

✍: FYIcenter.com

A

Manifest of the JAR:

Export-Package: com.fasterxml.aalto.async;...
Built-By: tsaloranta
Tool: Bnd-0.0.357
Bundle-Name: aalto-xml
Bundle-Vendor: Fasterxml.com
Build-Jdk: 1.6.0_20
Bundle-Version: 0.9.6
Bnd-LastModified: 1286592244163
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Ultra-high performance non-blocking XML processor 
 (Stax/Stax2,SAX/SAX2)
Bundle-DocURL: http://fasterxml.com
Bundle-SymbolicName: aalto-xml
Import-Package: javax.xml.namespace,javax.xml.parsers,javax.xml.stream
 ,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,ja
 vax.xml.transform.sax,javax.xml.transform.stream,org.codehaus.stax2;v
 ersion="3.0",org.codehaus.stax2.io;version="3.0",org.codehaus.stax2.r
 i;version="3.0",org.codehaus.stax2.ri.dom;version="3.0",org.codehaus.
 stax2.ri.evt;version="3.0",org.codehaus.stax2.ri.typed;version="3.0",
 org.codehaus.stax2.typed;version="3.0",org.codehaus.stax2.validation;
 version="3.0",org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.hel
 pers
Main-Class: com.sun.msv.driver.textui.Driver

List of Classes in the JAR:

com/fasterxml/aalto/CommonConfig
com/fasterxml/aalto/ErrorConsts
com/fasterxml/aalto/IoStreamException
com/fasterxml/aalto/LocationImpl
com/fasterxml/aalto/StreamExceptionBase
com/fasterxml/aalto/UncheckedStreamException
com/fasterxml/aalto/ValidationException
com/fasterxml/aalto/WFCException
com/fasterxml/aalto/XmlConsts
com/fasterxml/aalto/async/AsyncByteScanner
com/fasterxml/aalto/async/AsyncUtfScanner
com/fasterxml/aalto/dom/BijectiveNsMap
com/fasterxml/aalto/dom/DOMOutputElement
com/fasterxml/aalto/dom/DOMReaderImpl
com/fasterxml/aalto/dom/DOMWriterImpl
com/fasterxml/aalto/dom/OutputElementBase
com/fasterxml/aalto/evt/EventAllocatorImpl
com/fasterxml/aalto/evt/EventReaderImpl
com/fasterxml/aalto/in/AttributeCollector
com/fasterxml/aalto/in/ByteBasedPName
com/fasterxml/aalto/in/ByteBasedPNameFactory
com/fasterxml/aalto/in/ByteBasedPNameTable
com/fasterxml/aalto/in/ByteBasedScanner
com/fasterxml/aalto/in/ByteSourceBootstrapper
com/fasterxml/aalto/in/CharBasedPNameTable
com/fasterxml/aalto/in/CharSourceBootstrapper
com/fasterxml/aalto/in/ElementScope
com/fasterxml/aalto/in/EntityNames
com/fasterxml/aalto/in/FixedNsContext
com/fasterxml/aalto/in/InputBootstrapper
com/fasterxml/aalto/in/InputCharTypes
com/fasterxml/aalto/in/MergedStream
com/fasterxml/aalto/in/NsBinding
com/fasterxml/aalto/in/NsDeclaration
com/fasterxml/aalto/in/PName
com/fasterxml/aalto/in/PName1
com/fasterxml/aalto/in/PName2
com/fasterxml/aalto/in/PName3
com/fasterxml/aalto/in/PNameC
com/fasterxml/aalto/in/PNameN
com/fasterxml/aalto/in/ReaderConfig
com/fasterxml/aalto/in/ReaderScanner
com/fasterxml/aalto/in/StreamReaderImpl
com/fasterxml/aalto/in/StreamScanner
com/fasterxml/aalto/in/Utf32Reader
com/fasterxml/aalto/in/Utf8Scanner
com/fasterxml/aalto/in/XmlScanner
com/fasterxml/aalto/io/UTF8Writer
com/fasterxml/aalto/out/AsciiXmlWriter
com/fasterxml/aalto/out/ByteWName
com/fasterxml/aalto/out/ByteXmlWriter
com/fasterxml/aalto/out/CharWName
com/fasterxml/aalto/out/CharXmlWriter
com/fasterxml/aalto/out/Latin1XmlWriter
com/fasterxml/aalto/out/NonRepairingStreamWriter
com/fasterxml/aalto/out/NsBinder
com/fasterxml/aalto/out/OutputCharTypes
com/fasterxml/aalto/out/OutputElement
com/fasterxml/aalto/out/RepairingStreamWriter
com/fasterxml/aalto/out/SingleByteXmlWriter
com/fasterxml/aalto/out/StreamWriterBase
com/fasterxml/aalto/out/Utf8XmlWriter
com/fasterxml/aalto/out/WName
com/fasterxml/aalto/out/WNameFactory
com/fasterxml/aalto/out/WNameTable
com/fasterxml/aalto/out/WriterConfig
com/fasterxml/aalto/out/XmlWriter
com/fasterxml/aalto/sax/SAXFeature
com/fasterxml/aalto/sax/SAXParserFactoryImpl
com/fasterxml/aalto/sax/SAXParserImpl
com/fasterxml/aalto/sax/SAXProperty
com/fasterxml/aalto/sax/SAXUtil
com/fasterxml/aalto/stax/EventFactoryImpl
com/fasterxml/aalto/stax/InputFactoryImpl
com/fasterxml/aalto/stax/OutputFactoryImpl
com/fasterxml/aalto/util/BufferRecycler
com/fasterxml/aalto/util/CharsetNames
com/fasterxml/aalto/util/DataUtil
com/fasterxml/aalto/util/EmptyIterator
com/fasterxml/aalto/util/NameTable
com/fasterxml/aalto/util/SingletonIterator
com/fasterxml/aalto/util/TextAccumulator
com/fasterxml/aalto/util/TextBuilder
com/fasterxml/aalto/util/TextUtil
com/fasterxml/aalto/util/URLUtil
com/fasterxml/aalto/util/UriCanonicalizer
com/fasterxml/aalto/util/XmlCharTypes
com/fasterxml/aalto/util/XmlChars
com/fasterxml/aalto/util/XmlNames

2012-02-26, 5455🔥, 0💬