Class Overview
Extends FileFinderEntityResolver
by providing support to load dtd files from the
file system using the FileLoader
.
Basically it overrides the getInputStream(String)
and tries to load the file using this class.
Summary
Protected Methods |
InputStream
|
getInputStream(String fileName)
Returns the InputStream for the given fileName.
|
[Expand]
Inherited Methods |
From class
com.microstrategy.utils.xml.FileFinderEntityResolver
String
|
getFileName(String publicId, String systemId)
Resolves the file name from the systemId.
|
InputStream
|
getInputStream(String fileName)
Returns the InputStream for the given fileName.
|
InputSource
|
resolveEntity(String publicId, String systemId)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
org.xml.sax.EntityResolver
abstract
InputSource
|
resolveEntity(String arg0, String arg1)
|
|
Public Constructors
public
FileLoaderEntityResolver
(FileLoader fileLoader)
Protected Methods
protected
InputStream
getInputStream
(String fileName)
Returns the InputStream for the given fileName.
Throws
FileNotFoundException
| |
IOException
| |