Uses of Class
org.odftoolkit.odfvalidator.OdfVersion

Uses of OdfVersion in org.odftoolkit.odfvalidator
 

Fields in org.odftoolkit.odfvalidator declared as OdfVersion
protected  OdfVersion ODFValidator.m_aVersion
           
protected  OdfVersion ODFValidator.mOdfPackageVersion
           
 

Methods in org.odftoolkit.odfvalidator that return OdfVersion
static OdfVersion OdfVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfVersion OdfVersion.valueOf(String _aString, boolean _bAttrValue)
           
static OdfVersion[] OdfVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfvalidator with parameters of type OdfVersion
 Validator ODFValidator.getDSigValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidatorProvider.getDSigValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidator.getManifestValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidatorProvider.getManifestValidator(PrintStream aOut, OdfVersion aVersion)
           
 String ODFValidator.getMathMLDTDSystemId(OdfVersion aVersion)
           
 String ODFValidatorProvider.getMathMLDTDSystemId(OdfVersion aVersion)
           
 Validator ODFValidator.getMathMLValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidatorProvider.getMathMLValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidator.getStrictValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidatorProvider.getStrictValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidator.getValidator(PrintStream aOut, OdfVersion aVersion)
           
 Validator ODFValidatorProvider.getValidator(PrintStream aOut, OdfVersion aVersion)
           
 

Constructors in org.odftoolkit.odfvalidator with parameters of type OdfVersion
ODFFileValidator(File aFile, Logger.LogLevel nLogLevel, OdfValidatorMode eMode, OdfVersion aVersion, SAXParseExceptionFilter aFilter, ODFValidatorProvider aValidatorProvider)
          Creates a new instance of ODFFileValidator
ODFValidator(Configuration aConfig, Logger.LogLevel nLogLevel, boolean logAsHTML, OdfVersion aVersion, boolean bUseMathDTD)
          Creates a new instance of Validator
ODFValidator(Configuration aConfig, Logger.LogLevel nLogLevel, OdfVersion aVersion, boolean bUseMathDTD)
          Creates a new instance of Validator
 



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