Package Summary  Overview Summary


com.sun.rowset.internal
Class XmlResolver

java.lang.Object
  extended by com.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.InputSourceresolveEntity(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


Java is a trademark or registered trademark of Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A All Rights Reserved.