Package org.cip4.lib.xjdf.xml
Class XJdfValidator
java.lang.Object
org.cip4.lib.xjdf.xml.XJdfValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidvalidate(byte[] xjdf) Validation of xml based on the XJDF Schema.
-
Constructor Details
-
XJdfValidator
public XJdfValidator()Default constructor.
-
-
Method Details
-
validate
Validation of xml based on the XJDF Schema.- Parameters:
xjdf- The xjdf document to be checked as byte array.- Throws:
XJdfValidationException
-