DTDFactoryImpl, RELAXCoreFactoryImpl, RELAXNGFactoryImpl, TheFactoryImpl, TREXFactoryImpl, XSFactoryImplpublic abstract class FactoryImpl
extends org.iso_relax.verifier.VerifierFactory
| Modifier and Type | Field | Description |
|---|---|---|
protected SAXParserFactory |
factory |
| Modifier | Constructor | Description |
|---|---|---|
protected |
FactoryImpl() |
|
protected |
FactoryImpl(SAXParserFactory factory) |
| Modifier and Type | Method | 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.VerifierFactorySAXNotRecognizedExceptionSAXNotSupportedExceptionpublic boolean isFeature(String feature) throws SAXNotRecognizedException, SAXNotSupportedException
isFeature in class org.iso_relax.verifier.VerifierFactorySAXNotRecognizedExceptionSAXNotSupportedExceptionpublic void setEntityResolver(EntityResolver _resolver)
setEntityResolver in class org.iso_relax.verifier.VerifierFactorypublic EntityResolver getEntityResolver()
getEntityResolver in class org.iso_relax.verifier.VerifierFactoryprotected abstract Grammar parse(InputSource source, GrammarReaderController controller) throws SAXException, org.iso_relax.verifier.VerifierConfigurationException
SAXExceptionorg.iso_relax.verifier.VerifierConfigurationExceptionpublic org.iso_relax.verifier.Schema compileSchema(InputSource source) throws org.iso_relax.verifier.VerifierConfigurationException, SAXException
compileSchema in class org.iso_relax.verifier.VerifierFactoryorg.iso_relax.verifier.VerifierConfigurationExceptionSAXExceptionCopyright © 2019 Oracle Corporation. All rights reserved.