1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Usage:
DOMCount [options] <XML file | List file>
This program invokes the DOMLSParser, builds the DOM tree,
and then prints the number of elements found in each XML file.
Options:
-l Indicate the input file is a List File that has a list of xml files.
Default to off (Input file is an XML file).
-v=xxx Validation scheme [always | never | auto*].
-n Enable namespace processing. Defaults to off.
-s Enable schema processing. Defaults to off.
-f Enable full schema constraint checking. Defaults to off.
-d Disallow DOCTYPE. Defaults to false.
-locale=ll_CC specify the locale, default: en_US.
-p Print out names of elements and attributes encountered.
-? Show this help.
* = Default if not provided explicitly.
|