com.tyenki.tree
Class TreeEntityResolver

java.lang.Object
  extended by com.tyenki.tree.TreeEntityResolver
All Implemented Interfaces:
EntityResolver

public class TreeEntityResolver
extends Object
implements EntityResolver

For use to point to the tree libraries.

Version:
8 January 2009
Author:
Christophe Lauret

Constructor Summary
TreeEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeEntityResolver

public TreeEntityResolver()
Method Detail

resolveEntity

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

Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException