| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.xml.parser.v2.oraxml
The oraxml class provides a command-line interface to validate XML files
     java oracle.xml.parser.v2.oraxml options* <filename>
     -help                    Prints the help message
     -version                 Prints the release version
     -novalidate              Parses the input file to check for well-formedness
     -dtd                     Validates the input file with DTD validation
     -schema                  Validates the input file with Schema validation
     -log <logfile>            Writes the errors/logs to the output file
     -comp                    Compresses the input xml file
     -decomp                  Decompresses the input compressed file
     -enc                     Prints the encoding of the input file
     -warning                 Show warnings
| Constructor Summary | |
| oraxml() | |
| Method Summary | |
| static void | main(java.lang.String[] args) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public oraxml()
| Method Detail | 
public static void main(java.lang.String[] args)
| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||