Skip navigation links
Oracle® Database XML Java API Reference
Release 21c
F31401-01

Package oracle.xml.diff

Provides an API for comparison of XML inputs.

See: Description

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
Release 21c
F31401-01

Copyright © 2003, 2020, Oracle and/or its affiliates.