net.sundog.hoople
Class HoopleDTDResolver

java.lang.Object
  extended bynet.sundog.hoople.HoopleDTDResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

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

Allows us to validate the Hoople config files off the dtd file in the jar rather than having to fetch it from the net.


Constructor Summary
HoopleDTDResolver()
           
 
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

HoopleDTDResolver

public HoopleDTDResolver()
Method Detail

resolveEntity

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


Copyright © 2005 Sundog. All Rights Reserved.