Uses of Interface
com.jcabi.xml.XSD
- 
- 
Uses of XSD in com.jcabi.xml
Classes in com.jcabi.xml that implement XSD Modifier and Type Class Description classXSDDocumentImplementation ofXSD.Methods in com.jcabi.xml that return XSD Modifier and Type Method Description static XSDXSDDocument. make(InputStream stream)Make an instance of XSD schema without I/O exceptions.static XSDXSDDocument. make(URL url)Make an instance of XSD schema without I/O exceptions.Constructors in com.jcabi.xml with parameters of type XSD Constructor Description StrictXML(XML xml, XSD schema)Public ctor. 
 -