Uses of Enum Class
com.deltaxml.docbook.config.MathMLGranularity
Packages that use MathMLGranularity
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of MathMLGranularity in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return MathMLGranularityModifier and TypeMethodDescriptionMathMLConfig.getMathMLGranularity()Gets the value of the mathmlGranularity parameter.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.docbook.config with parameters of type MathMLGranularityModifier and TypeMethodDescriptionvoidMathMLConfig.setMathMLGranularity(MathMLGranularity value) This parameter sets the granularity of the MathML processing.