public abstract class AbstractXmlValidator<T> extends Object
| Constructor and Description |
|---|
AbstractXmlValidator(String xsdResPath,
InputStream fileStream)
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(String xsdResPath, InputStream fileStream) throws IOException
IOExceptionpublic String getMessagesText()
public boolean isValid()
throws ClassNotFoundException,
IllegalAccessException,
InstantiationException,
SAXException,
ParserConfigurationException,
IOException
IOExceptionParserConfigurationExceptionSAXExceptionInstantiationExceptionIllegalAccessExceptionClassNotFoundExceptionCopyright © 2013. All Rights Reserved.