Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


oracle.xml.diff
Interface DiffOpReceiver


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

receiveDiff

void receiveDiff(java.util.List<DiffOp> diffOps)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.