EclipseLink1.0 - 20080707 API Reference

Package org.eclipse.persistence.oxm.documentpreservation

Interface Summary
NodeOrderingPolicy Purpose:Provide an interface that specifies how new XML Elements are added to an existing XML Document.
 

Class Summary
AppendNewElementsOrderingPolicy INTERNAL: Purpose:Provide an implementation of NodeOrderingPolicy that simply appends the new child element to the parent.
DocumentPreservationPolicy Purpose:Provides an interface for customizing how Documents are preserved.
IgnoreNewElementsOrderingPolicy INTERNAL: Purpose:An implementation of NodeOrderingPolicy that ignores any new elements when update a cached document.
RelativePositionOrderingPolicy INTERNAL: Purpose:An implementation of NodeOrderingPolicy that adds new elements to an XML Document based on the last updated sibling in their context.
 


EclipseLink1.0 - 20080707 API Reference