KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > helpers > XMLReaderFactory

org.xml.sax.helpers
Class XMLReaderFactory

java.lang.Object
  extended by org.xml.sax.helpers.XMLReaderFactory
See Also:
Top Examples, Source Code

public static XMLReader createXMLReader()
                                 throws SAXException
See Also:
createXMLReader(java.lang.String), ParserAdapter, ParserFactory.makeParser()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static XMLReader createXMLReader(String className)
                                 throws SAXException
See Also:
createXMLReader()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags