Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
ParserFactory

This deprecated SAX1 class is a factory for deprecated SAX1 Parser objects. New applications should use the SAX2 XMLReaderFactory as a factory for SAX2 XMLReader objects.

public class ParserFactory {
// No Constructor
                  // Public Class Methods
     public static org.xml.sax.Parser makeParser( ) 
        throws ClassNotFoundException, IllegalAccessException, 
        InstantiationException, 
NullPointerException, ClassCastException;  
     public static org.xml.sax.Parser makeParser(String className) 
        throws ClassNotFoundException, IllegalAccessException, 
        InstantiationException, ClassCastException;  
}


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial