public class VerifierFactoryImpl extends java.lang.Object implements VerifierFactory
| Constructor and Description |
|---|
VerifierFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
compileSchema(org.xml.sax.InputSource is)
Compile a schema.
|
Schema |
compileSchema(java.lang.String url)
Compile a schema.
|
public Schema compileSchema(java.lang.String url) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXExceptionjava.io.IOExceptionpublic Schema compileSchema(org.xml.sax.InputSource is) throws org.xml.sax.SAXException, java.io.IOException
compileSchema in interface VerifierFactoryorg.xml.sax.SAXExceptionjava.io.IOException