Package 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Constructor Detail
-
Resolver
protected Resolver()
-
Resolver
public Resolver(Document doc)
-
Resolver
public Resolver(String str)
-
Resolver
public Resolver(InputSource source)
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-
-