public class XercesVerifierFactory
extends org.iso_relax.verifier.VerifierFactory
implements org.apache.xerces.xni.parser.XMLEntityResolver
factory.setFeature("http://apache.org/xml/features/validation/schema-full-checking",true);
to turn on the full schema checking.| Constructor and Description |
|---|
XercesVerifierFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.iso_relax.verifier.Schema |
compileSchema(org.xml.sax.InputSource is) |
org.apache.xerces.xni.parser.XMLInputSource |
resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier r)
resolve entity by using SAX EntityResolver.
|
compileSchema, compileSchema, compileSchema, compileSchema, getEntityResolver, getProperty, isFeature, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setEntityResolver, setFeature, setPropertypublic org.iso_relax.verifier.Schema compileSchema(org.xml.sax.InputSource is)
throws org.iso_relax.verifier.VerifierConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
compileSchema in class org.iso_relax.verifier.VerifierFactoryorg.iso_relax.verifier.VerifierConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier r)
throws org.apache.xerces.xni.XNIException,
java.io.IOException
resolveEntity in interface org.apache.xerces.xni.parser.XMLEntityResolverorg.apache.xerces.xni.XNIExceptionjava.io.IOException