All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.xolite.transform.package-info Maven / Gradle / Ivy

Go to download

This project provides a lightweight framework to serialize/deserialize (or marshall/unmarshall) java objects into XML. The implementation is based on standard SAX (Simple Api for Xml) but it follows a original approach based on the strong data encapsulation paradigm of Object Oriented (OO) programming.

The newest version!
/**
 * XSLT-related classes the X-O lite XML-to-Objects binding API. 
* This package defines implementation of the XMLEventParser and XMLSerializer requested to interact with XSL transformers.
* Note: As the X-O lite API is directly based on SAX, the interaction with XSL transformers uses internally * the SAXSource and SAXResult interfaces. */ package net.sf.xolite.transform;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy