stax2-api-3.1.0.jar - Extension of StAX Specifications

Q

StAX2 is an experimental API that is intended to extend basic StAX specifications in a way that allows implementations to experiment with features before they end up in the actual StAX specification (if they do). As such, it is intended to be freely implementable by all StAX implementations same way as StAX, but without going through a formal JCP process. Currently Woodstox is the only known implementation.

JAR File Size and Download Location:

File name: stax2-api.jar; stax2-api-3.1.0.jar
File size: 182095 bytes
Date modified: 12/13/2010
Download: "StAX2" API

✍: FYIcenter

A

Manifest of the JAR:

Implementation-Title: Stax2 API
Implementation-Version: 3.1.0
Built-By: tsaloranta
Specification-Vendor: http://woodstox.codehaus.org
Tool: Bnd-unknown version
Bundle-Name: Stax2 API
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: http://woodstox.codehaus.org
Implementation-Vendor: http://woodstox.codehaus.org
Bundle-Version: 3.1.0
Bnd-LastModified: 1292298480186
Specification-Title: Stax2 API
Bundle-ManifestVersion: 2
Bundle-License: http://www.opensource.org/licenses/bsd-license.php
Specification-Version: 3.1.0
Include-Resource: META-INF=release-notes/bsd
Bundle-SymbolicName: stax2-api

List of Classes in the JAR:

org/codehaus/stax2/AttributeInfo
org/codehaus/stax2/DTDInfo
org/codehaus/stax2/LocationInfo
org/codehaus/stax2/XMLEventReader2
org/codehaus/stax2/XMLInputFactory2
org/codehaus/stax2/XMLOutputFactory2
org/codehaus/stax2/XMLReporter2
org/codehaus/stax2/XMLStreamLocation2
org/codehaus/stax2/XMLStreamProperties
org/codehaus/stax2/XMLStreamReader2
org/codehaus/stax2/XMLStreamWriter2
org/codehaus/stax2/evt/DTD2
org/codehaus/stax2/evt/NotationDeclaration2
org/codehaus/stax2/evt/XMLEvent2
org/codehaus/stax2/evt/XMLEventFactory2
org/codehaus/stax2/io/EscapingWriterFactory
org/codehaus/stax2/io/Stax2BlockResult
org/codehaus/stax2/io/Stax2BlockSource
org/codehaus/stax2/io/Stax2ByteArraySource
org/codehaus/stax2/io/Stax2CharArraySource
org/codehaus/stax2/io/Stax2FileResult
org/codehaus/stax2/io/Stax2FileSource
org/codehaus/stax2/io/Stax2ReferentialResult
org/codehaus/stax2/io/Stax2ReferentialSource
org/codehaus/stax2/io/Stax2Result
org/codehaus/stax2/io/Stax2Source
org/codehaus/stax2/io/Stax2StringSource
org/codehaus/stax2/io/Stax2URLSource
org/codehaus/stax2/osgi/Stax2InputFactoryProvider
org/codehaus/stax2/osgi/Stax2OutputFactoryProvider
org/codehaus/stax2/osgi/Stax2ValidationSchemaFactoryProvider
org/codehaus/stax2/ri/EmptyIterator
org/codehaus/stax2/ri/EmptyNamespaceContext
org/codehaus/stax2/ri/SingletonIterator
org/codehaus/stax2/ri/Stax2EventFactoryImpl
org/codehaus/stax2/ri/Stax2EventReaderImpl
org/codehaus/stax2/ri/Stax2EventWriterImpl
org/codehaus/stax2/ri/Stax2FilteredStreamReader
org/codehaus/stax2/ri/Stax2LocationAdapter
org/codehaus/stax2/ri/Stax2ReaderAdapter
org/codehaus/stax2/ri/Stax2ReaderImpl
org/codehaus/stax2/ri/Stax2Util
org/codehaus/stax2/ri/Stax2WriterAdapter
org/codehaus/stax2/ri/Stax2WriterImpl
org/codehaus/stax2/ri/dom/DOMWrappingReader
org/codehaus/stax2/ri/dom/DOMWrappingWriter
org/codehaus/stax2/ri/evt/AttributeEventImpl
org/codehaus/stax2/ri/evt/BaseEventImpl
org/codehaus/stax2/ri/evt/CharactersEventImpl
org/codehaus/stax2/ri/evt/CommentEventImpl
org/codehaus/stax2/ri/evt/DTDEventImpl
org/codehaus/stax2/ri/evt/EndDocumentEventImpl
org/codehaus/stax2/ri/evt/EndElementEventImpl
org/codehaus/stax2/ri/evt/EntityDeclarationEventImpl
org/codehaus/stax2/ri/evt/EntityReferenceEventImpl
org/codehaus/stax2/ri/evt/MergedNsContext
org/codehaus/stax2/ri/evt/NamespaceEventImpl
org/codehaus/stax2/ri/evt/NotationDeclarationEventImpl
org/codehaus/stax2/ri/evt/ProcInstrEventImpl
org/codehaus/stax2/ri/evt/StartDocumentEventImpl
org/codehaus/stax2/ri/evt/StartElementEventImpl
org/codehaus/stax2/ri/evt/Stax2EventAllocatorImpl
org/codehaus/stax2/ri/evt/Stax2EventReaderAdapter
org/codehaus/stax2/ri/evt/Stax2FilteredEventReader
org/codehaus/stax2/ri/typed/AsciiValueEncoder
org/codehaus/stax2/ri/typed/Base64DecoderBase
org/codehaus/stax2/ri/typed/CharArrayBase64Decoder
org/codehaus/stax2/ri/typed/NumberUtil
org/codehaus/stax2/ri/typed/SimpleValueEncoder
org/codehaus/stax2/ri/typed/StringBase64Decoder
org/codehaus/stax2/ri/typed/ValueDecoderFactory
org/codehaus/stax2/ri/typed/ValueEncoderFactory
org/codehaus/stax2/typed/Base64Variant
org/codehaus/stax2/typed/Base64Variants
org/codehaus/stax2/typed/TypedArrayDecoder
org/codehaus/stax2/typed/TypedValueDecoder
org/codehaus/stax2/typed/TypedXMLStreamException
org/codehaus/stax2/typed/TypedXMLStreamReader
org/codehaus/stax2/typed/TypedXMLStreamWriter
org/codehaus/stax2/util/StreamReader2Delegate
org/codehaus/stax2/util/StreamWriter2Delegate
org/codehaus/stax2/util/StreamWriterDelegate
org/codehaus/stax2/validation/AttributeContainer
org/codehaus/stax2/validation/DTDValidationSchema
org/codehaus/stax2/validation/Validatable
org/codehaus/stax2/validation/ValidationContext
org/codehaus/stax2/validation/ValidationProblemHandler
org/codehaus/stax2/validation/ValidatorPair
org/codehaus/stax2/validation/XMLValidationException
org/codehaus/stax2/validation/XMLValidationProblem
org/codehaus/stax2/validation/XMLValidationSchema
org/codehaus/stax2/validation/XMLValidationSchemaFactory
org/codehaus/stax2/validation/XMLValidator

2010-12-17, 11623🔥, 0💬