org.apache.maven.doxia.siterenderer
Class XhtmlEntityResolver

java.lang.Object
  extended by org.apache.maven.doxia.siterenderer.XhtmlEntityResolver
All Implemented Interfaces:
EntityResolver

public class XhtmlEntityResolver
extends Object
implements EntityResolver

Since:
1.2
Author:
ltheussl

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

XhtmlEntityResolver

public XhtmlEntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException

Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.