org.opensync.tools
Class EntityResolver

java.lang.Object
  extended byorg.opensync.tools.EntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

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


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

Constructor Detail

EntityResolver

public EntityResolver()
Method Detail

setURI

public void setURI(java.lang.String uri)

resolveEntity

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


Copyright © 2004 sourceforge. All Rights Reserved.