org.kathrynhuxtable.maven.plugins.htmlfiltersite
Class DTDHandler

java.lang.Object
  extended by org.kathrynhuxtable.maven.plugins.htmlfiltersite.DTDHandler
All Implemented Interfaces:
EntityResolver

public class DTDHandler
extends Object
implements EntityResolver

Custom DTDHandler since for some reason w3c throws exceptions.


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

Constructor Detail

DTDHandler

public DTDHandler()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)


Copyright © 2010 kathrynhuxtable.org. All Rights Reserved.