org.openprivacy.reptile.xml
Class ReptileParserFactory

java.lang.Object
  |
  +--org.openprivacy.reptile.xml.ReptileParserFactory

public class ReptileParserFactory
extends java.lang.Object

Responsible for creating XML parsers and enabling/disabling any necessary features. This should be used within Reptile to get an XML parser.

Version:
$Id: ReptileParserFactory.java,v 1.8 2002/02/23 10:42:53 burton Exp $
Author:
burtonator

Constructor Summary
ReptileParserFactory()
           
 
Method Summary
static org.xml.sax.XMLReader getXMLReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReptileParserFactory

public ReptileParserFactory()
Method Detail

getXMLReader

public static org.xml.sax.XMLReader getXMLReader()
                                          throws org.xml.sax.SAXException
org.xml.sax.SAXException