Home of: [Atelier "FUJIGURUMA"] >> [SASAX hosted by SourceForge.net]

SEE "For Readers of English Version",
or Japanese version of this page

SASAX Documents

This page is top of SASAX documents.

ATTENTION: According to terminology of W3C XML specification, I make efforts to get rid of incorrect terms/phrases in documents. But please forgive and tell me, if I miss them.

What SASAX is

The name, "SASAX", is from "Simple API for SAX(Simple API for XML)". SASAX is the framework to parse XML document easily under SAX framework.

Please see "What SASAX is" for detail.

Table of contents

titleoverview
What SASAX is

details about what SASAX framework is.

Motivation

motivation to develop SASAX framework.

Tutorial

tutorial of SASAX framework.

Action items

Action items of current revision. Offers of contribution are welcome!.

License

license of SASAX framework.

API of SASAX

API documentation of SASAX(Javadoc style).

Related links

Java and XML

Java Technology and XML

Home page of JAX(Java API for XML) series.

SASAX requires JAXP.

Extensible Markup Language (XML) 1.0 (Second Edition)

Specification of W3C XML.

W3C XML Schema specification

Specification of W3C XML Schema.

Part 0: Primer

Part 1: Structures

Part 2: Datatypes

XML binding/unmarshaling framework

"XML and Java technologies: Data binding" series

Series about XML data binding written by "Dennis M. Sosnoski"

These seriess seems to be good as summary about XML data bind framework by Java.

Part 1:Code generation approaches - JAXB and more

Part 2:Performance

Part 3:JiBX architecture

Part 4:JiBX usage

Commons - Digester

Home page of Digester sub project of Jakarta Commons.

Digester is one of ways to parse XML document easily.