Class Sax2XMLReaderCreator

    • Constructor Detail

      • Sax2XMLReaderCreator

        public Sax2XMLReaderCreator()
        Constructs a Sax2XMLReaderCreator that uses system defaults to construct XMLReaders.
      • Sax2XMLReaderCreator

        public Sax2XMLReaderCreator​(String className)
        Constructs a Sax2XMLReaderCreator that constructs XMLReaders with the specified class name.
        Parameters:
        className - the fully-qualified name of the class implementing XMLReader; if null equivalent to the no-argument constructor