| |
| Usage: |
| SAX2Count [options] <XML file | List file> |
| |
| This program invokes the SAX2XMLReader, and then prints the |
| number of elements, attributes, spaces and characters found |
| in each XML file, using SAX2 API. |
| |
| 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*]. |
| -f Enable full schema constraint checking processing. Defaults to off. |
| -p Enable namespace-prefixes feature. Defaults to off. |
| -n Disable namespace processing. Defaults to on. |
| NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES. |
| -s Disable schema processing. Defaults to on. |
| NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES. |
| -i Disable identity constraint checking. Defaults to on. |
| NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES. |
| -locale=ll_CC specify the locale, default: en_US. |
| -? Show this help. |
| |
| * = Default if not provided explicitly. |
| |