|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.torque.engine.database.transform.DTDResolver
A resolver to get the database.dtd file for the XML parser from the jar. This does not work with jdk1.3 on linux, see Bug 4337703
Field Summary | |
(package private) org.xml.sax.InputSource |
databaseDTD
Deprecated. InputSource for database.dtd |
Constructor Summary | |
DTDResolver()
Deprecated. constructor |
Method Summary | |
org.xml.sax.InputSource |
getInputSource(java.lang.String urlString)
Deprecated. get an InputSource for an URL String |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Deprecated. called by the XML parser |
Methods inherited from class java.lang.Object |
|
Field Detail |
org.xml.sax.InputSource databaseDTD
Constructor Detail |
public DTDResolver()
Method Detail |
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
resolveEntity
in interface org.xml.sax.EntityResolver
public org.xml.sax.InputSource getInputSource(java.lang.String urlString)
urlString
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |