|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 |
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.
For further documentation of this package, please see:
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.