Joda System API

Package org.joda.property.xml

Interface Summary
XMLConvertor XMLConvertor defines how XMLData will be extracted from and written to other objects (typcially properties and beans).
XMLFilter XMLConvertorFilter acts as a filter on the XMLData produced by the XMLConvertors.
 

Class Summary
ElementNameXMLFilter ElementNameFilter filters element names from camelCase to xml-case.
SAXBuilder Build the properties from a SAX XML stream.
SAXHandler SAXHandler is the event handler class for SAX events.
SAXOutputter Output an object, typically a bean, as XML SAX events.
XMLConvertorContext XMLConvertorContext provides access the context of the object as the XMLConvertor is called.
XMLConvertorManager XMLConvertorManager controls output of XML.
XMLData Class defining a generic element and children structure for XML.
XMLMetaData Class defining the 'rules' for converting data to and from XML.
XMLName Class defining a generic element and children structure for XML.
XMLOutputter Output an object as XML to a stream/writer.
XMLOutputter.Handler Inner class to manage the SAX events.
 

Exception Summary
XMLException Exception thrown during XML processing.
 


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.