Uses of Enum Class
com.deltaxml.core.config.MathMLGranularity
Packages that use MathMLGranularity
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of MathMLGranularity in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return MathMLGranularityModifier and TypeMethodDescriptionMathMLConfig.getMathMLGranularity()Returns the granularity setting for MathML comparison results.static MathMLGranularityMathMLGranularity.getMathMLGranularity(String val) Returns theMathMLGranularityinstance representing the supplied String value.static MathMLGranularityReturns the enum constant of this class with the specified name.static MathMLGranularity[]MathMLGranularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.core.config with parameters of type MathMLGranularityModifier and TypeMethodDescriptionvoidMathMLConfig.setMathMLGranularity(MathMLGranularity mathMLGranularity) Sets the granularity at which the differences between two MathML expressions will be represented.