Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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.
FormattedOutputStreamRecord Use this type of MarshalRecord when the marshal target is an OutputStream and the XML should be formatted with carriage returns and indenting.
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.
OutputStreamRecord Use this type of MarshalRecord when the marshal target is an OutputStream and the XML should be not be formatted with carriage returns and indenting.
UnmarshalRecord Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.
ValidatingMarshalRecord  
ValidatingMarshalRecord.ValidatingMarshalRecordErrorHandler  
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.
XMLEntry INTERNAL: Purpose: Used to hold the value returned from a DOMRecord and the field with which it was associated.
XMLEventWriterRecord  
XMLRecord PUBLIC: Provides a Record/Map API on an XML DOM element.
XMLRecord.Nil INTERNAL: Nil: This is used to indicate that this field represents xsi:nil="true"
XMLRootRecord Record for handling simple root elements that have a single text child node, and are being unmarshalled to a primitive wrapper object.
XMLStreamWriterRecord Use this type of MarshalRecord when the marshal target is an XMLStreamWriter XMLContext xmlContext = new XMLContext("session-name");
XMLMarshaller xmlMarshaller = xmlContext.createMarshaller();
XMLStreamWriterRecord writerRecord = new XMLStreamWriterRecord(xmlStreamWriter);
xmlMarshaller.marshal(myObject, writerRecord);

 

Exception Summary
ValidatingMarshalRecord.MarshalSAXParseException  

 


Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.