Class AdvancedParameters

java.lang.Object
com.deltaxml.docbook.config.AdvancedParameters

public class AdvancedParameters extends Object
The advanced settings parameters provide a finer level of control over the comparison, the output, and error reporting.
  • Constructor Details

    • AdvancedParameters

      public AdvancedParameters()
      Creates a new AdvancedParameters instance. The advanced settings parameters provide a finer level of control over the comparison, the output, and error reporting.
  • Method Details

    • getAlignment

      public Alignment getAlignment()
      Gets the value of the alignment parameter.
      Returns:
      the value of alignment
    • setAlignment

      public void setAlignment(Alignment value)
      Sets the value of the alignment parameter.
      Parameters:
      value - the new value of alignment
      Throws:
      IllegalArgumentException - if value is null
      See Also:
    • getValidation

      public Validation getValidation()
      Gets the value of the validation parameter.
      Returns:
      the value of validation
    • setValidation

      public void setValidation(Validation value)
      Sets the value of the validation parameter.
      Parameters:
      value - the new value of validation
      Throws:
      IllegalArgumentException - if value is null
      See Also:
    • getSelectingUnrepresentableChange

      public SelectingUnrepresentableChange getSelectingUnrepresentableChange()
      Gets the value of the selectingUnrepresentableChange parameter.
      Returns:
      the value of selectingUnrepresentableChange
    • setSelectingUnrepresentableChange

      public void setSelectingUnrepresentableChange(SelectingUnrepresentableChange value)
      Sets the value of the selectingUnrepresentableChange parameter.
      Parameters:
      value - the new value of selectingUnrepresentableChange
      Throws:
      IllegalArgumentException - if value is null
      See Also:
    • getAdvancedBehaviour

      public AdvancedBehaviour getAdvancedBehaviour()
      Gets the value of the advancedBehaviour parameter.
      Returns:
      the value of advancedBehaviour
    • setAdvancedBehaviour

      public void setAdvancedBehaviour(AdvancedBehaviour value)
      Sets the value of the advancedBehaviour parameter.
      Parameters:
      value - the new value of advancedBehaviour
      Throws:
      IllegalArgumentException - if value is null
      See Also: