@Immutable
public interface XSD
Implementation of this interface must be immutable and thread-safe.
XSDDocument| Modifier and Type | Method and Description | 
|---|---|
Collection<SAXParseException> | 
validate(Source xml)
Validate XML. 
 | 
@NotNull(message="list of errors is never NULL") Collection<SAXParseException> validate(@NotNull(message="XML source can\'t be NULL") Source xml)
xml - Source XML documentCopyright © 2012–2014 jcabi.com. All rights reserved.