schwing.util.xml
Class EntityResolverFactory

java.lang.Object
  |
  +--schwing.util.xml.EntityResolverFactory

Deprecated. (use schwing.util.XMLUtil instead)

public class EntityResolverFactory
extends java.lang.Object

The EntityResolverFactory generates instances of org.xml.sax.EntityResolver using the supplied DTD.

Version:
$Revision: 1.2 $
Author:
Darryl L. Pierce

Method Summary
static org.xml.sax.EntityResolver getEntityResolver(java.io.InputStream dtdInputStream)
          Deprecated. Returns an instance of org.xml.sax.EntityResolver using the supplied DTD.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntityResolver

public static org.xml.sax.EntityResolver getEntityResolver(java.io.InputStream dtdInputStream)
Deprecated. 

Returns an instance of org.xml.sax.EntityResolver using the supplied DTD.

Parameters:
dtdInputStream - an input stream from the DTD
Returns:
the instance