Skip navigation links

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

E15981-09


Package oracle.xml.diff

Provides an API for comparison of XML inputs.

See:
          Description

Interface Summary
DiffOpReceiver DiffOpReceiver.

 

Class Summary
AppendDiffOp AppendDiffOp.
DeleteDiffOp DeleteDiffOp.
DiffOp DiffOp.
InsertDiffOp InsertDiffOp.
Options Options.
XmlUtils XmlUtils.

 

Enum Summary
DiffOp.Name  

 

Package oracle.xml.diff Description

Provides an API for comparison of XML inputs. Diff, hash, and equal methods are provided. See XmlUtils class which is a starting point for this package, and which provides the diff, hash, and equal methods. Note that the diff algorithm is specifically designed for the use-case of large multiple megabyte XML inputs where the minimal diff is not required. In other words, it is able to handle multiple megabyte XML inputs quickly, sometimes at the cost of producing a non-minimal diff.

Related Documentation

For further documentation of this package, please see:


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.