public abstract class FactoryImpl
extends org.iso_relax.verifier.VerifierFactory
Modifier and Type | Field and Description |
---|---|
protected SAXParserFactory |
factory |
Modifier | Constructor and Description |
---|---|
protected |
FactoryImpl() |
protected |
FactoryImpl(SAXParserFactory factory) |
Modifier and Type | Method and Description |
---|---|
org.iso_relax.verifier.Schema |
compileSchema(InputSource source) |
EntityResolver |
getEntityResolver() |
boolean |
isFeature(String feature) |
protected abstract Grammar |
parse(InputSource source,
GrammarReaderController controller)
parses a Grammar from the specified source.
|
void |
setEntityResolver(EntityResolver _resolver) |
void |
setFeature(String feature,
boolean v) |
protected final SAXParserFactory factory
protected FactoryImpl(SAXParserFactory factory)
protected FactoryImpl()
public void setFeature(String feature, boolean v) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature
in class org.iso_relax.verifier.VerifierFactory
SAXNotRecognizedException
SAXNotSupportedException
public boolean isFeature(String feature) throws SAXNotRecognizedException, SAXNotSupportedException
isFeature
in class org.iso_relax.verifier.VerifierFactory
SAXNotRecognizedException
SAXNotSupportedException
public void setEntityResolver(EntityResolver _resolver)
setEntityResolver
in class org.iso_relax.verifier.VerifierFactory
public EntityResolver getEntityResolver()
getEntityResolver
in class org.iso_relax.verifier.VerifierFactory
protected abstract Grammar parse(InputSource source, GrammarReaderController controller) throws SAXException, org.iso_relax.verifier.VerifierConfigurationException
SAXException
org.iso_relax.verifier.VerifierConfigurationException
public org.iso_relax.verifier.Schema compileSchema(InputSource source) throws org.iso_relax.verifier.VerifierConfigurationException, SAXException
compileSchema
in class org.iso_relax.verifier.VerifierFactory
org.iso_relax.verifier.VerifierConfigurationException
SAXException
Copyright © 2016 Oracle Corporation. All rights reserved.