org.odftoolkit.odfvalidator
public interface ODFValidatorProvider
Modifier and Type | Method and Description |
---|---|
Validator |
getDSigValidator(PrintStream aOut,
OdfVersion aVersion) |
Validator |
getManifestValidator(PrintStream aOut,
OdfVersion aVersion) |
String |
getMathMLDTDSystemId(OdfVersion aVersion) |
Validator |
getMathMLValidator(PrintStream aOut,
OdfVersion aVersion) |
Validator |
getStrictValidator(PrintStream aOut,
OdfVersion aVersion) |
Validator |
getValidator(PrintStream aOut,
OdfVersion aVersion) |
void |
resetValidatorProvider() |
Validator getValidator(PrintStream aOut, OdfVersion aVersion) throws ODFValidatorException
ODFValidatorException
Validator getStrictValidator(PrintStream aOut, OdfVersion aVersion) throws ODFValidatorException
ODFValidatorException
Validator getManifestValidator(PrintStream aOut, OdfVersion aVersion) throws ODFValidatorException
ODFValidatorException
Validator getDSigValidator(PrintStream aOut, OdfVersion aVersion) throws ODFValidatorException
ODFValidatorException
Validator getMathMLValidator(PrintStream aOut, OdfVersion aVersion) throws ODFValidatorException
ODFValidatorException
String getMathMLDTDSystemId(OdfVersion aVersion) throws ODFValidatorException
ODFValidatorException
void resetValidatorProvider()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.