EclipseLink 1.1.2_ 1.1.2.v20090612-r4475 API Reference

Package org.eclipse.persistence.oxm.record

Class Summary
ContentHandlerRecord Use this type of MarshalRecord when the marshal target is a ContentHandler.
DOMRecord PUBLIC: Provides a Record/Map API on an XML DOM element.
FormattedWriterRecord Use this type of MarshalRecord when the marshal target is a Writer and the XML should be formatted with carriage returns and indenting.
MarshalRecord A MarshalRecord encapsulates the marshal target.
NodeRecord Use this type of MarshalRecord when the marshal target is a Node.
UnmarshalRecord Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.
WriterRecord Use this type of MarshalRecord when the marshal target is a Writer and the XML should be not be formatted with carriage returns and indenting.
XMLRecord PUBLIC: Provides a Record/Map API on an XML DOM element.
XMLRootRecord Record for handling simple root elements that have a single text child node, and are being unmarshalled to a primitive wrapper object.
 


EclipseLink 1.1.2_ 1.1.2.v20090612-r4475 API Reference