@ThreadSafe public final class SchematronDebug extends Object
Modifier and Type | Method and Description |
---|---|
static File |
getIntermediateFinalXSLTFolder() |
static File |
getIntermediateMinifiedSCHFolder() |
static boolean |
isSaveIntermediateXSLTFiles() |
static boolean |
isShowCreatedSVRL() |
static boolean |
isShowCreatedXSLT() |
static boolean |
isShowPreprocessedSchematron() |
static boolean |
isShowResolvedSourceSchematron() |
static void |
setDebugMode(boolean bDebugMode)
Globally enable/disable debug mode
|
static void |
setIntermediateFinalXSLTFolder(File aIntermediateFinalXSLTFolder) |
static void |
setIntermediateMinifiedSCHFolder(File aIntermediateMinifiedSCHFolder) |
static void |
setSaveIntermediateXSLTFiles(boolean bSaveIntermediateFiles) |
static void |
setShowCreatedSVRL(boolean bShow) |
static void |
setShowCreatedXSLT(boolean bShow) |
static void |
setShowPreprocessedSchematron(boolean bShow) |
static void |
setShowResolvedSourceSchematron(boolean bShow) |
public static void setDebugMode(boolean bDebugMode)
bDebugMode
- true
to enable debug mode, false
otherwise.setSaveIntermediateXSLTFiles(boolean)
,
setShowCreatedXSLT(boolean)
,
setShowCreatedSVRL(boolean)
,
setShowResolvedSourceSchematron(boolean)
,
setShowPreprocessedSchematron(boolean)
public static boolean isSaveIntermediateXSLTFiles()
true
if the intermediate files during XSLT creation.
Applied only in XSTL based modes.public static void setSaveIntermediateXSLTFiles(boolean bSaveIntermediateFiles)
@Nonnull public static File getIntermediateMinifiedSCHFolder()
null
. Only used in XSLT based modes if
isSaveIntermediateXSLTFiles()
is true
.public static void setIntermediateMinifiedSCHFolder(@Nonnull File aIntermediateMinifiedSCHFolder)
@Nonnull public static File getIntermediateFinalXSLTFolder()
null
. Only used in XSLT based modes if
isSaveIntermediateXSLTFiles()
is true
.public static void setIntermediateFinalXSLTFolder(@Nonnull File aIntermediateFinalXSLTFolder)
public static void setShowCreatedXSLT(boolean bShow)
public static boolean isShowCreatedXSLT()
true
if the created XSLT should be logged. Only
applied in XSLT based mode.public static void setShowCreatedSVRL(boolean bShow)
public static boolean isShowCreatedSVRL()
true
to log the created SVRL.public static void setShowResolvedSourceSchematron(boolean bShow)
public static boolean isShowResolvedSourceSchematron()
true
to log the read, with includes resolved,
Schematron. This is only applied in pure mode.public static void setShowPreprocessedSchematron(boolean bShow)
public static boolean isShowPreprocessedSchematron()
true
to log the created preprocessed Schematron. This
is only applied in pure mode.Copyright © 2014–2019 Philip Helger. All rights reserved.