Package eu.bandm.tools.xslt.base
Class Transformation.Modifiers
java.lang.Object
eu.bandm.tools.xslt.base.Transformation.Modifiers
- Enclosing class:
- Transformation
Parameters to modify the execution of a
Transformation
.-
Field Summary
Modifier and TypeFieldDescriptionprotected 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
ConstructorDescriptionModifiers
(boolean pedantic, boolean strictCheck, boolean moreErrors, boolean totalizedTranslation, boolean attributeSet_localContext) -
Method Summary
-
Field Details
-
pedantic
protected final boolean pedanticWhether to follow specification even when it appears hardly sensible. -
strictCheck
protected final boolean strictCheckWhether to type check unreachable code. -
moreErrors
protected final boolean moreErrorsWhether more messages are emited as errors, not only warnings. -
totalizedTranslation
protected final boolean totalizedTranslationWhether to always create a result document, also in case of errors. -
attributeSet_localContext
protected final boolean attributeSet_localContextFIXME weiß nicht mehr !?!?!
-
-
Constructor Details
-
Modifiers
public Modifiers(boolean pedantic, boolean strictCheck, boolean moreErrors, boolean totalizedTranslation, boolean attributeSet_localContext)
-