|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiffOpReceiver
DiffOpReceiver. A mechanism to return diff operations programmatically. The user can implement this interface, and pass it to the diff via one of the diff(...)
methods of XmlUtils
that take a DiffOpReceiver
.
Method Summary | |
---|---|
void |
receiveDiff(java.util.List<DiffOp> diffOps) |
Method Detail |
---|
void receiveDiff(java.util.List<DiffOp> diffOps) throws java.lang.Exception
java.lang.Exception
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.