HomeSort by: relevance | last modified time | path
    Searched defs:input_related (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/expat/dist/xmlwf/
xmlwf_helpgen.py 58 input_related = parser.add_argument_group('input control arguments') variable
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')
66 input_related.add_argument('-g', metavar='BYTES', help='buffer size to request per call pair to XML_[G]etBuffer and read (default: 8 KiB)')
67 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep processing af (…)
    [all...]

Completed in 21 milliseconds