Package org.cip4.lib.xjdf.xml
Class XJdfValidator
- java.lang.Object
-
- org.cip4.lib.xjdf.xml.internal.AbstractXmlValidator
-
- org.cip4.lib.xjdf.xml.XJdfValidator
-
public class XJdfValidator extends AbstractXmlValidator
Validation of XJDF Documents based on XJDF schema file.
-
-
Constructor Summary
Constructors Constructor Description XJdfValidator()Custom constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.URLgetSchema()Get the URL of the schema to validate against.-
Methods inherited from class org.cip4.lib.xjdf.xml.internal.AbstractXmlValidator
validate, validate
-
-
-
-
Method Detail
-
getSchema
protected final java.net.URL getSchema()
Description copied from class:AbstractXmlValidatorGet the URL of the schema to validate against.- Specified by:
getSchemain classAbstractXmlValidator- Returns:
- Internal URL to of the schema.
-
-