API Reference sax v1.0.0

Modules

Sax

Sax is an XML SAX parser and encoder.

Protocol for building XML content.

This module provides callbacks to implement SAX events handler.

Returned when parser encounters errors during parsing.

Supports parsing an XML document partially. This module is useful when the XML document cannot be turned into a Stream e.g over sockets.

Provides functions to parse a XML document to simple-form data structure.

Helper functions for building XML elements.