Class DTDFactoryImpl


  • public class DTDFactoryImpl
    extends FactoryImpl
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    • Constructor Detail

      • DTDFactoryImpl

        public DTDFactoryImpl()
        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