Sign In/My Account | View Cart  
advertisement

Article:
 A Survey of APIs and Techniques for Processing XML
Subject: Xineo OAX is another free software alternative
Date: 2003-07-17 01:29:09
From: Frédérik Bilhaut

Xineo OAX (Object-oriented API for XML) is a Java package offering an alternative to traditional methods for XML documents parsing. It allows large XML documents and streams to be parsed efficiently, while offering a convenient way to handle parsed data in an object-oriented way, allowing clean design and encouraging code-reuse. Xineo also allows your parser to be partly defined in an XML document itself, providing a way to dynamically change its structure.


Xineo OAX is based and SAX, and thus allows documents to be parsed without being loaded in memory, which is mandatory for handling documents of significant size, or continuous streams. But although it is not based on DOM, nor is an object/XML mapping system, it allows your parser to be implemented in a structured way, and its design will cleanly take place into any object-oriented architecture.


Previous Message Previous Message   Next Message Next Message


Titles Only Titles Only Newest First
  • The link !
    2003-07-17 01:29:56 Frédérik Bilhaut

    http://xineo.sourceforge.net


Sponsored By: