mondrian.tui
Class XmlUtil.Resolver
java.lang.Object
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.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
SAXException
IOException