Package com.thaiopensource.relaxng.jarv
Class RelaxNgCompactSyntaxVerifierFactory
- java.lang.Object
-
- org.iso_relax.verifier.VerifierFactory
-
- com.thaiopensource.relaxng.jarv.RelaxNgCompactSyntaxVerifierFactory
-
public class RelaxNgCompactSyntaxVerifierFactory extends org.iso_relax.verifier.VerifierFactoryVerifierFactoryimplementation for RELAX NG Compact Syntax.The reason why this class is in this package is to access some of the package-private classes.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Constructor Summary
Constructors Constructor Description RelaxNgCompactSyntaxVerifierFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.iso_relax.verifier.SchemacompileSchema(InputSource is)-
Methods inherited from class org.iso_relax.verifier.VerifierFactory
compileSchema, compileSchema, compileSchema, compileSchema, getEntityResolver, getProperty, isFeature, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setEntityResolver, setFeature, setProperty
-
-
-
-
Method Detail
-
compileSchema
public org.iso_relax.verifier.Schema compileSchema(InputSource is) throws org.iso_relax.verifier.VerifierConfigurationException, SAXException, IOException
- Specified by:
compileSchemain classorg.iso_relax.verifier.VerifierFactory- Throws:
org.iso_relax.verifier.VerifierConfigurationExceptionSAXExceptionIOException
-
-