JAXBTYPE - The JAXB type to be writtenpublic interface IJAXBValidator<JAXBTYPE>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isValid(JAXBTYPE aJAXBDocument)
Check if the passed JAXB document is valid according to the XSD or not.
|
com.helger.commons.error.list.IErrorList |
validate(JAXBTYPE aJAXBDocument)
Validate the passed JAXB document.
|
default boolean isValid(@Nonnull JAXBTYPE aJAXBDocument)
aJAXBDocument - The JAXB document to be validated. May not be null.true if the document is valid, false if
not.validate(Object)Copyright © 2015–2018 Philip Helger. All rights reserved.