hxt-relaxng-9.0.0: The HXT RelaxNG validatorSource codeContentsIndex
Text.XML.HXT.RelaxNG.SystemConfig
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
This helper module exports elements from the basic Relax NG libraries: Validator, CreatePattern, PatternToString and DataTypes. It is the main entry point to the Relax NG schema validator of the Haskell XML Toolbox.
Synopsis
withRelaxNG :: String -> SysConfig
withRelaxCheckRestr :: Bool -> SysConfig
withRelaxValidateExtRef :: Bool -> SysConfig
withRelaxValidateInclude :: Bool -> SysConfig
withRelaxCollectErrors :: Bool -> SysConfig
relaxOptions :: [OptDescr SysConfig]
a_do_not_check_restrictions :: String
a_check_restrictions :: String
a_do_not_validate_externalRef :: String
a_validate_externalRef :: String
a_do_not_validate_include :: String
a_validate_include :: String
a_do_not_collect_errors :: String
a_relax_schema :: String
Documentation
withRelaxNG :: String -> SysConfigSource
withRelaxCheckRestr :: Bool -> SysConfigSource
withRelaxValidateExtRef :: Bool -> SysConfigSource
withRelaxValidateInclude :: Bool -> SysConfigSource
withRelaxCollectErrors :: Bool -> SysConfigSource
relaxOptions :: [OptDescr SysConfig]Source

available Relax NG validation options

defines options a_check_restrictions, a_validate_externalRef, a_validate_include, a_do_not_check_restrictions, a_do_not_validate_externalRef, a_do_not_validate_include

a_do_not_check_restrictions :: StringSource
a_check_restrictions :: StringSource
a_do_not_validate_externalRef :: StringSource
a_validate_externalRef :: StringSource
a_do_not_validate_include :: StringSource
a_validate_include :: StringSource
a_do_not_collect_errors :: StringSource
a_relax_schema :: StringSource
Produced by Haddock version 2.6.1