Skip navigation links

Package tigase.xml

Simple XML parser implementation.

See: Description

Package tigase.xml Description

Simple XML parser implementation.

This package contains simple XML parser implementation. The main idea was to create lightweight parser supporting multithreaded processing with special focus on efficiency. So it supports only basic XML structures but enough for many simple cases like parsing XML streams from network connections, processing XML files containing configuration or for simple XML data base implementation.

Base classes define and implement SAX style parser:

Based on above SAX parser there is also DOM implementation. Classes used to build DOM for XML content are:

Skip navigation links

Copyright © 2019 "Tigase, Inc.". All rights reserved.