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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic voidstatic StringReturn the date when MSV had been buildstatic StringReturn the name of MSV;static StringReturns the MSV library titlestatic StringReturn the version of the MSV library (ie.static StringReturn the website of the MSV library (ie.static Stringstatic Stringstatic Stringstatic Stringstatic voidstatic 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".
-