public abstract class AbstractXmlValidator<T> extends Object
| Constructor and Description |
|---|
AbstractXmlValidator(byte[] xsd,
InputStream fileStream,
Map<String,byte[]> xsdDependencies)
Custom constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMessages()
Getter for messages attribute.
|
String |
getMessagesText()
Getter for messages as single text.
|
boolean |
isValid()
Returns whether or not checked XJDF Document is valid.
|
public AbstractXmlValidator(byte[] xsd,
InputStream fileStream,
Map<String,byte[]> xsdDependencies)
throws IOException
IOExceptionpublic String getMessagesText()
public boolean isValid()
throws ClassNotFoundException,
IllegalAccessException,
InstantiationException,
SAXException,
ParserConfigurationException,
IOException
IOExceptionParserConfigurationExceptionSAXExceptionInstantiationExceptionIllegalAccessExceptionClassNotFoundExceptionCopyright © 2014. All Rights Reserved.