Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
ODFFileValidator(File aFile,
Logger.LogLevel nLogLevel,
OdfValidatorMode eMode,
OdfVersion aVersion,
SAXParseExceptionFilter aFilter,
ODFValidatorProvider aValidatorProvider)
Creates a new instance of ODFFileValidator
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.