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(org.w3c.dom.Node parent,
org.w3c.dom.Node newChild,
org.w3c.dom.Node previousSibling) |
public void appendNode(org.w3c.dom.Node parent, org.w3c.dom.Node newChild, org.w3c.dom.Node previousSibling)
appendNode
in class NodeOrderingPolicy