|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.util.NODTDResolver
A resolver to get the database.dtd file for the XML parser from the jar.
Field Summary | |
static java.lang.String |
DTD_OLD_CDM
the old CDM dtd |
static java.lang.String |
DTD_OLD_PDM
the link old PDM dtd |
static java.lang.String |
WEB_SITE_DTD_CDM
the link to CDM dtd |
static java.lang.String |
WEB_SITE_DTD_PDM
the link to PDM dtd |
static java.lang.String |
WEB_SITE_DTD_TORQUE
the link to Torque dtd |
static java.lang.String |
WEB_SITE_DTD_TORQUE_NATIVE_3_0
the old Torque dtd |
static java.lang.String |
WEB_SITE_DTD_TORQUE_NATIVE_3_1
the old PDM dtd |
Constructor Summary | |
NODTDResolver()
constructor do nothing |
Method Summary | |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
called by the XML parser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String WEB_SITE_DTD_CDM
public static final java.lang.String DTD_OLD_CDM
public static final java.lang.String WEB_SITE_DTD_PDM
public static final java.lang.String DTD_OLD_PDM
public static final java.lang.String WEB_SITE_DTD_TORQUE
public static final java.lang.String WEB_SITE_DTD_TORQUE_NATIVE_3_0
public static final java.lang.String WEB_SITE_DTD_TORQUE_NATIVE_3_1
Constructor Detail |
public NODTDResolver()
Method Detail |
public final org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
resolveEntity
in interface org.xml.sax.EntityResolver
publicId
- the DTD public idsystemId
- the DTD system Id
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |