jgb.builder
Class JgbEntityResolver

java.lang.Object
  |
  +--jgb.builder.JgbEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class JgbEntityResolver
extends Object
implements org.xml.sax.EntityResolver


Field Summary
static String JGB_PUBLIC_ID
           
static String JGB_SYSTEM_ID
           
 
Constructor Summary
JgbEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(String publicId, String systemId)
           
 void setResourceName(String resourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JGB_PUBLIC_ID

public static final String JGB_PUBLIC_ID
See Also:
Constant Field Values

JGB_SYSTEM_ID

public static final String JGB_SYSTEM_ID
See Also:
Constant Field Values
Constructor Detail

JgbEntityResolver

public JgbEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(String publicId,
                                             String systemId)
                                      throws org.xml.sax.SAXException,
                                             IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
org.xml.sax.SAXException
IOException

setResourceName

public void setResourceName(String resourceName)


Copyright 2002-2003, François Beausoleil, All Rights Reserved