EclipseLink 1.0.1 API Reference

org.eclipse.persistence.oxm.documentpreservation
Class IgnoreNewElementsOrderingPolicy

java.lang.Object
  extended by org.eclipse.persistence.oxm.documentpreservation.IgnoreNewElementsOrderingPolicy
All Implemented Interfaces:
NodeOrderingPolicy

public class IgnoreNewElementsOrderingPolicy
extends java.lang.Object
implements NodeOrderingPolicy

INTERNAL:

Purpose:An implementation of NodeOrderingPolicy that ignores any new elements when update a cached document. This is used for the JAXB 2.0 Binder implementation.

Author:
mmacivor

Constructor Summary
IgnoreNewElementsOrderingPolicy()
           
 
Method Summary
 void appendNode(org.w3c.dom.Node parent, org.w3c.dom.Node newChild, org.w3c.dom.Node previousSibling)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreNewElementsOrderingPolicy

public IgnoreNewElementsOrderingPolicy()
Method Detail

appendNode

public void appendNode(org.w3c.dom.Node parent,
                       org.w3c.dom.Node newChild,
                       org.w3c.dom.Node previousSibling)
Specified by:
appendNode in interface NodeOrderingPolicy

EclipseLink 1.0.1 API Reference