Package tigase.xml

Simple XML parser implementation.

See:
          Description

Interface Summary
ElementFactory ElementFactory is inderface definition for factories creating proper instances of Element class or its extension.
SimpleHandler SimpleHandler - parser handler interface for event driven parser.
XMLNodeIfc<T extends XMLNodeIfc> Created: Feb 9, 2009 12:21:23 PM
 

Class Summary
CData Created: Feb 9, 2009 12:21:43 PM
DefaultElementFactory DefaultElementFactory is an ElementFactory implementation creating instances of basic Element class.
DomBuilderHandler DomBuilderHandler - implementation of SimpleHandler building DOM strctures during parsing time.
Element Element - basic document tree node implementation.
SimpleParser SimpleParser - implementation of SAX parser.
SingletonFactory SingletonFactory provides a way to use only one instance of SimpleParser in all your code.
XMLFormatter This is temporary code used for testing purposes only.
XMLUtils Describe class XMLUtil here.
 

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:



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.