Class TheFactoryImpl


  • public class TheFactoryImpl
    extends FactoryImpl
    VerifierFactory implementation that automatically detects the schema language. To use this class, see
    • Constructor Detail

      • TheFactoryImpl

        public TheFactoryImpl​(javax.xml.parsers.SAXParserFactory factory)
      • TheFactoryImpl

        public TheFactoryImpl()
        use the default SAXParser.
    • Method Detail

      • parse

        protected Grammar parse​(org.xml.sax.InputSource is,
                                GrammarReaderController controller)
                         throws org.iso_relax.verifier.VerifierConfigurationException
        Description copied from class: FactoryImpl
        parses a Grammar from the specified source. return null if an error happens.
        Specified by:
        parse in class FactoryImpl
        Throws:
        org.iso_relax.verifier.VerifierConfigurationException
      • parse

        protected Grammar parse​(java.lang.String source,
                                GrammarReaderController controller)
                         throws org.iso_relax.verifier.VerifierConfigurationException
        Throws:
        org.iso_relax.verifier.VerifierConfigurationException