Home | History | Annotate | Download | only in xmlwf

Lines Matching refs:action

28 # DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [s]tandalone')
60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
61 input_related.add_argument('-p', action='store_true', help='enable processing of external DTDs and [p]arameter entities')
62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entities')
63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document [e]ncoding declaration')
64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages')
65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use [r]ead calls instead')
67 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep processing after first file with error')
70 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination directory')
72 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonical XML')
73 output_mode.add_argument('-m', action='store_true', help='write [m]eta XML, not canonical XML')
74 output_mode.add_argument('-t', action='store_true', help='write no XML output for [t]iming of plain parsing')
75 output_related.add_argument('-N', action='store_true', help='enable adding doctype and [n]otation declarations')
93 info.add_argument('-h', '--help', action='store_true', help='show this [h]elp message and exit')
94 info.add_argument('-v', '--version', action='store_true', help='show program\'s [v]ersion number and exit')