Uses of Record Class
cloud.opencode.base.xml.diff.DiffEntry
Packages that use DiffEntry
Package
Description
OpenCode Base XML Module - Comprehensive XML processing library
OpenCode Base XML 模块 - 全面的 XML 处理库
Diff Package - XML document comparison and differencing
比较包 - XML 文档比较和差异计算
-
Uses of DiffEntry in cloud.opencode.base.xml
Methods in cloud.opencode.base.xml that return types with arguments of type DiffEntryModifier and TypeMethodDescriptionOpenXml.diff(XmlDocument doc1, XmlDocument doc2) Computes the differences between two XML documents.Computes the differences between two XML strings. -
Uses of DiffEntry in cloud.opencode.base.xml.diff
Methods in cloud.opencode.base.xml.diff that return types with arguments of type DiffEntryModifier and TypeMethodDescriptionXmlDiff.diff(XmlDocument doc1, XmlDocument doc2) Compares two XmlDocument objects and returns a list of differences.Compares two XML strings and returns a list of differences.