Package com.sun.msv.driver.textui
Class Driver
java.lang.Object
com.sun.msv.driver.textui.Driver
command line Verifier.
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static void
static void
static String
Return the date when MSV had been buildstatic String
Return the name of MSV;static String
Returns the MSV library titlestatic String
Return the version of the MSV library (ie.static String
Return the website of the MSV library (ie.static String
static String
static String
static String
static void
static int
-
Field Details
-
MSG_DTDVALIDATION
- See Also:
-
MSG_PARSER
- See Also:
-
MSG_USAGE
- See Also:
-
MSG_UNRECOGNIZED_OPTION
- See Also:
-
MSG_START_PARSING_GRAMMAR
- See Also:
-
MSG_PARSING_TIME
- See Also:
-
MSG_VALIDATING
- See Also:
-
MSG_VALIDATION_TIME
- See Also:
-
MSG_VALID
- See Also:
-
MSG_INVALID
- See Also:
-
ERR_LOAD_GRAMMAR
- See Also:
-
MSG_BAILOUT
- See Also:
-
MSG_FAILED_TO_IGNORE_EXTERNAL_DTD
- See Also:
-
MSG_WARNING_FOUND
- See Also:
-
-
Constructor Details
-
Driver
public Driver()
-
-
Method Details
-
main
- Throws:
Exception
-
run
- Throws:
Exception
-
dumpTREX
- Throws:
Exception
-
dumpXMLSchema
- Throws:
Exception
-
dumpXMLSchema
- Throws:
Exception
-
dumpRELAXModule
- Throws:
Exception
-
dumpRELAXGrammar
- Throws:
Exception
-
localize
-
localize
-
localize
-
localize
-
getMsvName
Return the name of MSV;- Returns:
- the MSV library name
-
getMsvTitle
Returns the MSV library title- Returns:
- A string containing both the name and the version of the MSV library.
-
getMsvVersion
Return the version of the MSV library (ie. odfdom.jar)- Returns:
- the MSV library version
-
getMsvWebsite
Return the website of the MSV library (ie. odfdom.jar)- Returns:
- the MSV library website
-
getMsvBuildDate
Return the date when MSV had been build- Returns:
- the date of the build formated as "yyyy-MM-dd'T'HH:mm:ss".
-