Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


Package oracle.toplink.ox.record

Class Summary
ContentHandlerRecord Use this type of MarshalRecord when the marshal target is a ContentHandler.
DOMRecord PUBLIC: Provides a DatabaseRow/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  
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 DatabaseRow/Map API on an XML DOM element.

 


Skip navigation links

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