org.odftoolkit.odfvalidator
Interface ODFValidatorProvider

All Known Implementing Classes:
ODFValidator

public interface ODFValidatorProvider


Method Summary
 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()
           
 

Method Detail

getValidator

Validator getValidator(PrintStream aOut,
                       OdfVersion aVersion)
                       throws ODFValidatorException
Throws:
ODFValidatorException

getStrictValidator

Validator getStrictValidator(PrintStream aOut,
                             OdfVersion aVersion)
                             throws ODFValidatorException
Throws:
ODFValidatorException

getManifestValidator

Validator getManifestValidator(PrintStream aOut,
                               OdfVersion aVersion)
                               throws ODFValidatorException
Throws:
ODFValidatorException

getDSigValidator

Validator getDSigValidator(PrintStream aOut,
                           OdfVersion aVersion)
                           throws ODFValidatorException
Throws:
ODFValidatorException

getMathMLValidator

Validator getMathMLValidator(PrintStream aOut,
                             OdfVersion aVersion)
                             throws ODFValidatorException
Throws:
ODFValidatorException

getMathMLDTDSystemId

String getMathMLDTDSystemId(OdfVersion aVersion)
                            throws ODFValidatorException
Throws:
ODFValidatorException

resetValidatorProvider

void resetValidatorProvider()


Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.