Tigase XMLTools

Submitted by kobit on Thu, 2008-05-08 21:19.

This is mainly XML parser dedicated for XMPP stream handling.

Lightweight and offering high performance parser doesn't handle full XML specification. The implementation covers only elements used in the XMPP protocol.

It uses String.intern() for XML element names and attribute names to reduce memory usage and speed processing up as you can use == for element names and attribute names comparison.

The XMLTools library contains also a very simplified XML database implementation which is used to stored server configuration in an XML file and also it can be used as a user repository in development or testing environment. The XML database is not recommended however as user data storage for production environment.

Releases

Support

Trackback URL for this post:

http://www.tigase.org/en/trackback/1391