public class XJdfValidator extends Object
| Modifier and Type | Method and Description |
|---|---|
XJdfValidator |
check(InputStream xJdfFileStream)
Validation of XJDF Document based on XJDF Schema.
|
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.
|
static XJdfValidator |
newInstance()
Factory method for getting a new XJdfValidator instance.
|
public static XJdfValidator newInstance()
public String getMessagesText()
public XJdfValidator check(InputStream xJdfFileStream) throws Exception
Exceptionpublic boolean isValid()
Copyright © 2012. All Rights Reserved.