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 class
XSDDocument
Implementation ofXSD
.Methods in com.jcabi.xml that return XSD Modifier and Type Method Description static XSD
XSDDocument. make(InputStream stream)
Make an instance of XSD schema without I/O exceptions.static XSD
XSDDocument. 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.
-