wt.ixb.util
Class IxbResolver

java.lang.Object
  extended bywt.ixb.util.IxbResolver
All Implemented Interfaces:
EntityResolver

public class IxbResolver
extends Object
implements EntityResolver


Field Summary
private  String stSystemId
           
 
Constructor Summary
IxbResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stSystemId

private String stSystemId
Constructor Detail

IxbResolver

public IxbResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException