Package org.cip4.lib.xjdf.xml
Class XJdfValidator
- java.lang.Object
-
- org.cip4.lib.xjdf.xml.XJdfValidator
-
public class XJdfValidator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XJdfValidator()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(byte[] xjdf)Validation of xml based on the XJDF Schema.
-
-
-
Method Detail
-
validate
public final void validate(byte[] xjdf) throws XJdfValidationExceptionValidation of xml based on the XJDF Schema.- Parameters:
xjdf- The xjdf document to be checked as byte array.- Throws:
XJdfValidationException
-
-