Class TheFactoryImpl


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

      • TheFactoryImpl

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

      • parse

        protected Grammar parse​(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​(String source,
                                GrammarReaderController controller)
                         throws org.iso_relax.verifier.VerifierConfigurationException
        Throws:
        org.iso_relax.verifier.VerifierConfigurationException