org.merlotxml.merlot.plugin.dtd
Class PluginDTDCacheEntry
java.lang.Object
org.merlotxml.util.xml.DTDCacheEntry
org.merlotxml.merlot.plugin.dtd.PluginDTDCacheEntry
- All Implemented Interfaces:
- java.lang.Comparable
- public class PluginDTDCacheEntry
- extends DTDCacheEntry
Plugin DTD Cache Entry
- Author:
- Tim McCune
Constructor Summary |
PluginDTDCacheEntry(java.lang.String publicID,
java.lang.String systemID,
org.merlotxml.merlot.plugin.dtd.DTDConfig config,
DTDPluginConfig pluginConfig)
|
Methods inherited from class org.merlotxml.util.xml.DTDCacheEntry |
compareTo, getCachedDTDStream, getFilePath, getParsedDTD, getPossibleRootNames, getPublicId, getSystemId, getTimestamp, setCachedDTDStream, setFilePath, setParsedDTD, setPublicId, setSystemId, setTimestamp, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_config
protected org.merlotxml.merlot.plugin.dtd.DTDConfig _config
_doctype
protected java.lang.String _doctype
_pluginConfig
protected DTDPluginConfig _pluginConfig
PluginDTDCacheEntry
public PluginDTDCacheEntry(java.lang.String publicID,
java.lang.String systemID,
org.merlotxml.merlot.plugin.dtd.DTDConfig config,
DTDPluginConfig pluginConfig)
getConfig
public org.merlotxml.merlot.plugin.dtd.DTDConfig getConfig()
setDoctype
public void setDoctype(java.lang.String doctype)
getDoctype
public java.lang.String getDoctype()
getPluginConfig
public DTDPluginConfig getPluginConfig()