Class MathMLConfiguration

java.lang.Object
com.deltaxml.htmlcompare.MathMLConfiguration

public class MathMLConfiguration extends Object
Configuration object that contains parameters that control MathML comparison and presentation.
  • Constructor Details

  • Method Details

    • isMathmlProcessing

      public boolean isMathmlProcessing()
      Gets the value of the mathmlProcessing parameter.
      Returns:
      the value of the mathmlProcessing parameter
    • setMathmlProcessing

      public void setMathmlProcessing(boolean value)

      This parameter enables or disables MathML processing. Setting this parameter to false turns off this processing, therefore it is possible to generate an invalid output. However, if MathML validity is not a concern changes maybe represented in finer granularity.

      Default: true

      Parameters:
      value - the new value of the mathmlProcessing parameter
    • getMathMLGranularity

      public MathMLGranularity getMathMLGranularity()
      Get the current value of the MathML granularity parameter.
      Returns:
      the current value of the MathML granularity parameter.
      See Also:
    • setMathMLGranularity

      public void setMathMLGranularity(MathMLGranularity value)
      Set the new value of the MathML granularity parameter.
      Parameters:
      value - the new value of the MathML granularity parameter.
      See Also: