public class IgnoreNewElementsOrderingPolicy extends NodeOrderingPolicy
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 and Description |
---|
IgnoreNewElementsOrderingPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
appendNode(Node parent,
Node newChild,
Node previousSibling) |
public void appendNode(Node parent, Node newChild, Node previousSibling)
appendNode
in class NodeOrderingPolicy
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.