Uses of Enum Class
cloud.opencode.base.xml.merge.MergeStrategy
Packages that use MergeStrategy
Package
Description
Merge Package - XML document merging and overlay
合并包 - XML 文档合并和覆盖
-
Uses of MergeStrategy in cloud.opencode.base.xml.merge
Subclasses with type arguments of type MergeStrategy in cloud.opencode.base.xml.mergeModifier and TypeClassDescriptionenumMerge Strategy - Strategies for merging XML documents 合并策略 - XML 文档的合并策略Methods in cloud.opencode.base.xml.merge that return MergeStrategyModifier and TypeMethodDescriptionstatic MergeStrategyReturns the enum constant of this class with the specified name.static MergeStrategy[]MergeStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.xml.merge with parameters of type MergeStrategyModifier and TypeMethodDescriptionstatic XmlDocumentXmlMerge.merge(XmlDocument base, XmlDocument overlay, MergeStrategy strategy) Merges an overlay document onto a base document with the specified strategy.static StringXmlMerge.merge(String baseXml, String overlayXml, MergeStrategy strategy) Merges two XML strings using the specified strategy and returns the merged XML string.