retepTools NioSax

NioSax (pronounced 'Neo-Sax') provides a Java NIO friendly XML parser similar in operation to SAX, however unlike normal SAX, with NioSax it is possible for the xml source to contain partial content (i.e. only part of the XML stream has been received).

License

License

BSD
Public Domain
GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

niosax
Last Version

Last Version

10.6
Release Date

Release Date

Type

Type

jar
Description

Description

retepTools NioSax
NioSax (pronounced 'Neo-Sax') provides a Java NIO friendly XML parser similar in operation to SAX, however unlike normal SAX, with NioSax it is possible for the xml source to contain partial content (i.e. only part of the XML stream has been received).
Project URL

Project URL

http://blog.retep.org/reteptools/niosax/
Project Organization

Project Organization

Retep Development Group

Download niosax

How to add to project

<!-- https://jarcasting.com/artifacts/uk.org.retep/niosax/ -->
<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>niosax</artifactId>
    <version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/niosax/
implementation 'uk.org.retep:niosax:10.6'
// https://jarcasting.com/artifacts/uk.org.retep/niosax/
implementation ("uk.org.retep:niosax:10.6")
'uk.org.retep:niosax:jar:10.6'
<dependency org="uk.org.retep" name="niosax" rev="10.6">
  <artifact name="niosax" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='niosax', version='10.6')
)
libraryDependencies += "uk.org.retep" % "niosax" % "10.6"
[uk.org.retep/niosax "10.6"]

Dependencies

compile (3)

Group / Artifact Type Version
uk.org.retep.tools : collections jar 10.6
uk.org.retep.tools : encoding jar 10.6
uk.org.retep.tools : nio jar 10.6

test (2)

Group / Artifact Type Version
uk.org.retep : testFramework jar 10.6
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
10.6
10.5.1
10.5
10.1
9.11.1
9.11
9.10