hxt-9.0.1: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.Arrow.XmlOptions
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
system configuration and common options options
Synopsis
inputOptions :: [OptDescr SysConfig]
outputOptions :: [OptDescr SysConfig]
generalOptions :: [OptDescr SysConfig]
versionOptions :: [OptDescr SysConfig]
showOptions :: [OptDescr SysConfig]
a_add_default_dtd :: String
a_canonicalize :: String
a_check_namespaces :: String
a_collect_errors :: String
a_default_baseuri :: String
a_do_not_canonicalize :: String
a_do_not_check_namespaces :: String
a_do_not_issue_errors :: String
a_do_not_issue_warnings :: String
a_do_not_preserve_comment :: String
a_do_not_remove_whitespace :: String
a_do_not_validate :: String
a_error :: String
a_error_log :: String
a_help :: String
a_if_modified_since :: String
a_if_unmodified_since :: String
a_ignore_encoding_errors :: String
a_ignore_none_xml_contents :: String
a_indent :: String
a_issue_errors :: String
a_issue_warnings :: String
a_mime_types :: String
a_no_empty_elements :: String
a_no_empty_elem_for :: String
a_no_redirect :: String
a_no_xml_pi :: String
a_output_file :: String
a_output_xml :: String
a_output_html :: String
a_output_xhtml :: String
a_output_plain :: String
a_parse_by_mimetype :: String
a_parse_html :: String
a_parse_xml :: String
a_preserve_comment :: String
a_proxy :: String
a_redirect :: String
a_remove_whitespace :: String
a_show_haskell :: String
a_show_tree :: String
a_strict_input :: String
a_text_mode :: String
a_trace :: String
a_validate :: String
a_verbose :: String
a_accept_mimetypes :: String
selectOptions :: [String] -> [OptDescr a] -> [OptDescr a]
removeOptions :: [String] -> [OptDescr a] -> [OptDescr a]
Documentation
inputOptions :: [OptDescr SysConfig]Source

commonly useful options for XML input

can be used for option definition with haskell getopt

defines options: a_trace, a_proxy, a_use_curl, a_do_not_use_curl, a_options_curl, a_encoding, a_issue_errors, a_do_not_issue_errors, a_parse_html, a_parse_by_mimetype, a_issue_warnings, a_do_not_issue_warnings, a_parse_xml, a_validate, a_do_not_validate, a_canonicalize, a_do_not_canonicalize,

outputOptions :: [OptDescr SysConfig]Source

commonly useful options for XML output

defines options: a_indent, a_output_encoding, a_output_html and others

generalOptions :: [OptDescr SysConfig]Source

commonly useful options

defines options: a_verbose, a_help

versionOptions :: [OptDescr SysConfig]Source
defines a_version option
showOptions :: [OptDescr SysConfig]Source
debug output options
a_add_default_dtd :: StringSource
a_canonicalize :: StringSource
a_check_namespaces :: StringSource
a_collect_errors :: StringSource
a_default_baseuri :: StringSource
a_do_not_canonicalize :: StringSource
a_do_not_check_namespaces :: StringSource
a_do_not_issue_errors :: StringSource
a_do_not_issue_warnings :: StringSource
a_do_not_preserve_comment :: StringSource
a_do_not_remove_whitespace :: StringSource
a_do_not_validate :: StringSource
a_error :: StringSource
a_error_log :: StringSource
a_help :: StringSource
a_if_modified_since :: StringSource
a_if_unmodified_since :: StringSource
a_ignore_encoding_errors :: StringSource
a_ignore_none_xml_contents :: StringSource
a_indent :: StringSource
a_issue_errors :: StringSource
a_issue_warnings :: StringSource
a_mime_types :: StringSource
a_no_empty_elements :: StringSource
a_no_empty_elem_for :: StringSource
a_no_redirect :: StringSource
a_no_xml_pi :: StringSource
a_output_file :: StringSource
a_output_xml :: StringSource
a_output_html :: StringSource
a_output_xhtml :: StringSource
a_output_plain :: StringSource
a_parse_by_mimetype :: StringSource
a_parse_html :: StringSource
a_parse_xml :: StringSource
a_preserve_comment :: StringSource
a_proxy :: StringSource
a_redirect :: StringSource
a_remove_whitespace :: StringSource
a_show_haskell :: StringSource
a_show_tree :: StringSource
a_strict_input :: StringSource
a_text_mode :: StringSource
a_trace :: StringSource
a_validate :: StringSource
a_verbose :: StringSource
a_accept_mimetypes :: StringSource
selectOptions :: [String] -> [OptDescr a] -> [OptDescr a]Source
select options from a predefined list of option desciptions
removeOptions :: [String] -> [OptDescr a] -> [OptDescr a]Source
Produced by Haddock version 2.6.1