mondrian.tui
Class XmlUtil.Resolver

java.lang.Object
  extended by mondrian.tui.XmlUtil.Resolver
All Implemented Interfaces:
EntityResolver
Enclosing class:
XmlUtil

public static class XmlUtil.Resolver
extends Object
implements EntityResolver

This can be extened to have a map from publicId/systemId to InputSource.

 

Constructor Summary
protected XmlUtil.Resolver()
           
  XmlUtil.Resolver(Document doc)
           
  XmlUtil.Resolver(InputSource source)
           
  XmlUtil.Resolver(String str)
           
 
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

XmlUtil.Resolver

protected XmlUtil.Resolver()

XmlUtil.Resolver

public XmlUtil.Resolver(Document doc)

XmlUtil.Resolver

public XmlUtil.Resolver(String str)

XmlUtil.Resolver

public XmlUtil.Resolver(InputSource source)
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException

SourceForge.net_Logo