com.sun.rowset.internal
Class XmlResolver

java.lang.Object
  extended bycom.sun.rowset.internal.XmlResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class XmlResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

An implementation of the EntityResolver interface, which reads and parses an XML formatted WebRowSet object. This is an implementation of org.xml.sax


Constructor Summary
XmlResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlResolver

public XmlResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver