Description du projet

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

Évaluation
Votre évaluation
Votre avis sur ce projet