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, setProperty
public 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.VerifierFactory
org.iso_relax.verifier.VerifierConfigurationException
org.xml.sax.SAXException
java.io.IOException
public 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.XMLEntityResolver
org.apache.xerces.xni.XNIException
java.io.IOException