com.sun.msv.driver.textui
Class Driver
java.lang.Object
com.sun.msv.driver.textui.Driver
public class Driver
- extends Object
command line Verifier.
- Author:
- Kohsuke KAWAGUCHI
MSG_DTDVALIDATION
public static final String MSG_DTDVALIDATION
- See Also:
- Constant Field Values
MSG_PARSER
public static final String MSG_PARSER
- See Also:
- Constant Field Values
MSG_USAGE
public static final String MSG_USAGE
- See Also:
- Constant Field Values
MSG_UNRECOGNIZED_OPTION
public static final String MSG_UNRECOGNIZED_OPTION
- See Also:
- Constant Field Values
MSG_START_PARSING_GRAMMAR
public static final String MSG_START_PARSING_GRAMMAR
- See Also:
- Constant Field Values
MSG_PARSING_TIME
public static final String MSG_PARSING_TIME
- See Also:
- Constant Field Values
MSG_VALIDATING
public static final String MSG_VALIDATING
- See Also:
- Constant Field Values
MSG_VALIDATION_TIME
public static final String MSG_VALIDATION_TIME
- See Also:
- Constant Field Values
MSG_VALID
public static final String MSG_VALID
- See Also:
- Constant Field Values
MSG_INVALID
public static final String MSG_INVALID
- See Also:
- Constant Field Values
ERR_LOAD_GRAMMAR
public static final String ERR_LOAD_GRAMMAR
- See Also:
- Constant Field Values
MSG_BAILOUT
public static final String MSG_BAILOUT
- See Also:
- Constant Field Values
MSG_FAILED_TO_IGNORE_EXTERNAL_DTD
public static final String MSG_FAILED_TO_IGNORE_EXTERNAL_DTD
- See Also:
- Constant Field Values
MSG_WARNING_FOUND
public static final String MSG_WARNING_FOUND
- See Also:
- Constant Field Values
Driver
public Driver()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
run
public static int run(String[] args)
throws Exception
- Throws:
Exception
dumpTREX
public static void dumpTREX(TREXGrammar g)
throws Exception
- Throws:
Exception
dumpXMLSchema
public static void dumpXMLSchema(XMLSchemaGrammar g)
throws Exception
- Throws:
Exception
dumpXMLSchema
public static void dumpXMLSchema(XMLSchemaSchema s)
throws Exception
- Throws:
Exception
dumpRELAXModule
public static void dumpRELAXModule(RELAXModule m)
throws Exception
- Throws:
Exception
dumpRELAXGrammar
public static void dumpRELAXGrammar(RELAXGrammar m)
throws Exception
- Throws:
Exception
localize
public static String localize(String propertyName,
Object[] args)
localize
public static String localize(String prop)
localize
public static String localize(String prop,
Object arg1)
localize
public static String localize(String prop,
Object arg1,
Object arg2)