public class TheFactoryImpl extends FactoryImpl
factory
Constructor and Description |
---|
TheFactoryImpl()
use the default SAXParser.
|
TheFactoryImpl(javax.xml.parsers.SAXParserFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected Grammar |
parse(org.xml.sax.InputSource is,
GrammarReaderController controller)
parses a Grammar from the specified source.
|
protected Grammar |
parse(java.lang.String source,
GrammarReaderController controller) |
compileSchema, createVerifier, getEntityResolver, isFeature, setEntityResolver, setFeature
public TheFactoryImpl(javax.xml.parsers.SAXParserFactory factory)
public TheFactoryImpl()
protected Grammar parse(org.xml.sax.InputSource is, GrammarReaderController controller) throws org.iso_relax.verifier.VerifierConfigurationException
FactoryImpl
parse
in class FactoryImpl
org.iso_relax.verifier.VerifierConfigurationException
protected Grammar parse(java.lang.String source, GrammarReaderController controller) throws org.iso_relax.verifier.VerifierConfigurationException
org.iso_relax.verifier.VerifierConfigurationException