ParserFactory


ParserFactory org.xml.sax.helpers

Java 1.4; Deprecated in 1.4

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;   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net