Modifier and Type | Method and Description |
---|---|
Validator |
ODFValidator.getDSigValidator(PrintStream aOut,
OdfVersion aVersion) |
Validator |
ODFValidatorProvider.getDSigValidator(PrintStream aOut,
OdfVersion aVersion) |
void |
MetaInformation.getGenerator(OdfPackage aDocFile) |
void |
MetaInformation.getInformation(String aDocFileName) |
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) |
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
|
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
|
ValidationMessageCollectorErrorFilter()
Creates a new instance of ValidationErrorFilter
|
ValidationOOoTaskIdErrorFilter(File aFilterFile,
PrintStream aOut)
Creates a new instance of ValidationErrorFilter
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.