|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.oxm.documentpreservation.NodeOrderingPolicy org.eclipse.persistence.oxm.documentpreservation.IgnoreNewElementsOrderingPolicy
public class IgnoreNewElementsOrderingPolicy
INTERNAL:
Purpose:An implementation of NodeOrderingPolicy that ignores any new elements when updating a cached document. This is used for the JAXB 2.0 Binder implementation.
NodeOrderingPolicy
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 |
---|
public IgnoreNewElementsOrderingPolicy()
Method Detail |
---|
public void appendNode(org.w3c.dom.Node parent, org.w3c.dom.Node newChild, org.w3c.dom.Node previousSibling)
appendNode
in class NodeOrderingPolicy
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |