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.
|
Collection<SAXParseException> validate(@NotNull Source xml)
xml
- Source XML documentCopyright © 2012–2013 jcabi.com. All rights reserved.