|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.objectweb.jorm.xml2mi.lib.DTDResolver
| Constructor Summary | |
DTDResolver(java.util.ArrayList dtdLocations)
|
|
DTDResolver(java.util.ArrayList dtdLocations,
Logger logger)
|
|
| Method Summary | |
Logger |
getLogger()
Returns a logger to an component that wants to log things. |
LoggerFactory |
getLoggerFactory()
Returns a logger factory that allows the creation of new loggers. |
org.apache.xerces.xni.parser.XMLInputSource |
resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier identifier)
|
void |
setLogger(Logger logger)
Assigns a logger to an component that wants to log things. |
void |
setLoggerFactory(LoggerFactory loggerfactory)
Assigns a logger factory that allows the creation of new loggers. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DTDResolver(java.util.ArrayList dtdLocations)
public DTDResolver(java.util.ArrayList dtdLocations,
Logger logger)
| Method Detail |
public org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier identifier)
throws org.apache.xerces.xni.XNIException,
java.io.IOException
resolveEntity in interface org.apache.xerces.xni.parser.XMLEntityResolverorg.apache.xerces.xni.XNIException
java.io.IOExceptionpublic Logger getLogger()
Loggable
getLogger in interface Loggablepublic LoggerFactory getLoggerFactory()
Loggable
getLoggerFactory in interface Loggablepublic void setLogger(Logger logger)
Loggable
setLogger in interface Loggablelogger - the logger objectpublic void setLoggerFactory(LoggerFactory loggerfactory)
Loggable
setLoggerFactory in interface Loggableloggerfactory - the LoggerFactory object to obtain new loggers
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||