Uses of Class
com.helger.schematron.pure.preprocess.PSPreprocessor
Packages that use PSPreprocessor
-
Uses of PSPreprocessor in com.helger.schematron.pure.bound
Methods in com.helger.schematron.pure.bound that return PSPreprocessorModifier and TypeMethodDescriptionPSBoundSchemaCacheKey.createPreprocessor(IPSQueryBinding aQueryBinding) Create the pre-processor to be used forPSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema, IPSQueryBinding). -
Uses of PSPreprocessor in com.helger.schematron.pure.preprocess
Methods in com.helger.schematron.pure.preprocess that return PSPreprocessorModifier and TypeMethodDescriptionstatic PSPreprocessorPSPreprocessor.createPreprocessorWithoutInformationLoss(IPSQueryBinding aQueryBinding) PSPreprocessor.setKeepDiagnostics(boolean bKeepDiagnostics) Should <diagnostics>-elements be kept?PSPreprocessor.setKeepEmptyPatterns(boolean bKeepEmptyPatterns) Should <pattern>-elements without a single rule be kept or deleted?PSPreprocessor.setKeepEmptySchema(boolean bKeepEmptySchema) Should schema objects without a pattern be kept?PSPreprocessor.setKeepReports(boolean bKeepReports) Should <report>-elements be kept or should they be converted to <assert>-elements?PSPreprocessor.setKeepTitles(boolean bKeepTitles) Should <title>-elements be kept?