A SAX 2 parser in Nit.

All subgroups and modules

module lexer

saxophonit :: lexer

SAXophoNit’s lexer
module reader_model

saxophonit :: reader_model

Reader’s model.
module saxophonit

saxophonit :: saxophonit

A SAX 2 parser in Nit.
module testing

saxophonit :: testing

Various utilities to help testing SAXophoNit (and SAX parsers in general).
package_diagram saxophonit\> saxophonit sax sax saxophonit\>->sax sax\>helpers\> helpers saxophonit\>->sax\>helpers\> sax\>ext\> ext saxophonit\>->sax\>ext\> console console saxophonit\>->console core core sax->core sax\>helpers\>->sax sax\>helpers\>->core sax\>ext\>->sax sax\>ext\>->core console->core ...core ... ...core->core

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group console

console

Defines some ANSI Terminal Control Escape Sequences.
group ext

sax > ext

Interfaces to optional SAX2 handlers.
group helpers

sax > helpers

Contains "helper" classes, including support for bootstrapping SAX-based applications.
group sax

sax

Core SAX APIs.