org.bonitasoft.engine.xml
public class SAXValidator extends Object implements XMLSchemaValidator
| Constructor and Description |
|---|
SAXValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setSchemaSource(Source source) |
void |
validate(File file) |
void |
validate(InputStream stream) |
void |
validate(Reader reader) |
void |
validate(String filePath) |
public void setSchemaSource(Source source) throws SInvalidSchemaException
setSchemaSource in interface XMLSchemaValidatorSInvalidSchemaExceptionpublic void validate(InputStream stream) throws SValidationException, IOException
validate in interface XMLSchemaValidatorSValidationExceptionIOExceptionpublic void validate(String filePath) throws SValidationException, IOException
validate in interface XMLSchemaValidatorSValidationExceptionIOExceptionpublic void validate(File file) throws SValidationException, IOException
validate in interface XMLSchemaValidatorSValidationExceptionIOExceptionpublic void validate(Reader reader) throws SValidationException, IOException
validate in interface XMLSchemaValidatorSValidationExceptionIOExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.