common-util

Package local.tomas.common.xml

These are some utilities around XML.

See:
          Description

Interface Summary
XMLIdGenerator This interface is used to create XML ids.
XMLOutputStream This interface is implemented by classes which can write named objects to an XML output stream.
XMLSerializable Implement this interface to do your own object to XML conversion and vice versa.
XMLSource Source for XML serializer.
XMLSourceItem Source item of serialized XML.
XMLTarget Target for XML serializer.
XMLTokenGenerator This interface is used to create XML tokens.
 

Class Summary
XMLSerializer This pure static class is used to create XML descriptions for instances of standard and user defined classes.
XMLSourceReader Use this class to retrieve XML from an arbitrary iterable source.
XMLSqlStore Use this class to store and retrieve XML in a database.
XMLStreamCreator This class is used to create an XML description of some object.
XMLStreamParser This class is used to create an object from its XML description.
XMLTargetWriter Use this class to store XML in in an arbitrary target.
XMLTypeHandler The type handlers are used to convert specific types to and from XML.
 

Exception Summary
XMLException XMLExceptions are thrown by all XML utilities.
 

Package local.tomas.common.xml Description

These are some utilities around XML.


common-util

Copyright © 2007 null. All Rights Reserved.