Class Transformation.Modifiers

java.lang.Object
eu.bandm.tools.xslt.base.Transformation.Modifiers
Enclosing class:
Transformation

public static class Transformation.Modifiers extends Object
Parameters to modify the execution of a Transformation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final boolean
    FIXME weiß nicht mehr !?!?!
    protected final boolean
    Whether more messages are emited as errors, not only warnings.
    protected final boolean
    Whether to follow specification even when it appears hardly sensible.
    protected final boolean
    Whether to type check unreachable code.
    protected final boolean
    Whether to always create a result document, also in case of errors.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Modifiers(boolean pedantic, boolean strictCheck, boolean moreErrors, boolean totalizedTranslation, boolean attributeSet_localContext)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pedantic

      protected final boolean pedantic
      Whether to follow specification even when it appears hardly sensible.
    • strictCheck

      protected final boolean strictCheck
      Whether to type check unreachable code.
    • moreErrors

      protected final boolean moreErrors
      Whether more messages are emited as errors, not only warnings.
    • totalizedTranslation

      protected final boolean totalizedTranslation
      Whether to always create a result document, also in case of errors.
    • attributeSet_localContext

      protected final boolean attributeSet_localContext
      FIXME weiß nicht mehr !?!?!
  • Constructor Details

    • Modifiers

      public Modifiers(boolean pedantic, boolean strictCheck, boolean moreErrors, boolean totalizedTranslation, boolean attributeSet_localContext)