Uses of Class
com.deltaxml.mergecommon.config.HtmlTableConfiguration
Packages that use HtmlTableConfiguration
Package
Description
DeltaNova DITA Merge API
DeltaNova XML Merge API
This package is used to define the interfaces and classes that are common to all of the merge products.
-
Uses of HtmlTableConfiguration in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that return HtmlTableConfigurationModifier and TypeMethodDescriptionConcurrentMerge.getHtmlTableConfiguration()Returns the current configuration options for HTML table comparison.SequentialMerge.getHtmlTableConfiguration()Returns the current configuration options for HTML table comparison.ThreeWayMerge.getHtmlTableConfiguration()Returns the current configuration options for HTML table comparison.Methods in com.deltaxml.ditamerge with parameters of type HtmlTableConfigurationModifier and TypeMethodDescriptionvoidConcurrentMerge.setHtmlTableConfiguration(HtmlTableConfiguration config) Sets the configuration options for HTML table comparison.voidSequentialMerge.setHtmlTableConfiguration(HtmlTableConfiguration config) Sets the configuration options for HTML table comparison.voidThreeWayMerge.setHtmlTableConfiguration(HtmlTableConfiguration config) Sets the configuration options for HTML table comparison. -
Uses of HtmlTableConfiguration in com.deltaxml.merge
Methods in com.deltaxml.merge that return HtmlTableConfigurationModifier and TypeMethodDescriptionConcurrentMerge.getHtmlTableConfiguration()Returns the current configuration options for HTML table comparison.SequentialMerge.getHtmlTableConfiguration()Returns the current configuration options for HTML table comparison.ThreeWayMerge.getHtmlTableConfiguration()Returns the current configuration options for HTML table comparison.Methods in com.deltaxml.merge with parameters of type HtmlTableConfigurationModifier and TypeMethodDescriptionvoidConcurrentMerge.setHtmlTableConfiguration(HtmlTableConfiguration config) Sets the configuration options for HTML table comparison.voidSequentialMerge.setHtmlTableConfiguration(HtmlTableConfiguration config) Sets the configuration options for HTML table comparison.voidThreeWayMerge.setHtmlTableConfiguration(HtmlTableConfiguration config) Sets the configuration options for HTML table comparison. -
Uses of HtmlTableConfiguration in com.deltaxml.mergecommon
Methods in com.deltaxml.mergecommon that return HtmlTableConfigurationModifier and TypeMethodDescriptionMergeBase.getHtmlTableConfiguration()Returns the current configuration options for HTML table comparison.Methods in com.deltaxml.mergecommon with parameters of type HtmlTableConfigurationModifier and TypeMethodDescriptionvoidMergeBase.setHtmlTableConfiguration(HtmlTableConfiguration config) Sets the configuration options for HTML table comparison.