Uses of Class
org.odftoolkit.odfvalidator.OdfValidatorMode

Uses of OdfValidatorMode in org.odftoolkit.odfvalidator
 

Methods in org.odftoolkit.odfvalidator that return OdfValidatorMode
static OdfValidatorMode OdfValidatorMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfValidatorMode[] OdfValidatorMode.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 OdfValidatorMode
 boolean ODFValidator.validate(PrintStream aOut, Configuration aConfig, OdfValidatorMode eMode)
           
 boolean ODFValidator.validate(PrintStream aOut, InputStream aInputStream, String aBaseURI, OdfValidatorMode eMode, SAXParseExceptionFilter aFilter)
           
 boolean ODFValidator.validate(PrintStream aOut, List<String> aFileNames, String aExcludeRegExp, OdfValidatorMode eMode, boolean bRecursive, String aFilterFileName)
           
 boolean ODFValidator.validateFile(PrintStream aOut, File aDocFile, OdfValidatorMode eMode, SAXParseExceptionFilter aFilter)
          validate the input File
 boolean ODFValidator.validateStream(PrintStream aOut, InputStream aInputStream, String aBaseURI, OdfValidatorMode eMode, SAXParseExceptionFilter aFilter)
          validate the input Stream
 

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



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