org.merlotxml.merlot.plugin.dtd
Class PluginDTDCacheEntry

java.lang.Object
  |
  +--org.merlotxml.util.xml.DTDCacheEntry
        |
        +--org.merlotxml.merlot.plugin.dtd.PluginDTDCacheEntry

public class PluginDTDCacheEntry
extends DTDCacheEntry

Plugin DTD Cache Entry

Version:
$Id: PluginDTDCacheEntry.java,v 1.2 2000/05/24 03:55:49 camk Exp $
Author:
Tim McCune

Field Summary
protected  org.merlotxml.merlot.plugin.dtd.DTDConfig _config
           
protected  java.lang.String _doctype
           
protected  DTDPluginConfig _pluginConfig
           
 
Fields inherited from class org.merlotxml.util.xml.DTDCacheEntry
_cachedDTDStream, _filePath, _parsedDTD, _publicId, _rootElement, _systemId, _timestamp
 
Constructor Summary
PluginDTDCacheEntry(java.lang.String publicID, java.lang.String systemID, org.merlotxml.merlot.plugin.dtd.DTDConfig config, DTDPluginConfig pluginConfig)
           
 
Method Summary
 org.merlotxml.merlot.plugin.dtd.DTDConfig getConfig()
           
 java.lang.String getDoctype()
           
 DTDPluginConfig getPluginConfig()
           
 void setDoctype(java.lang.String doctype)
           
 
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
 

Field Detail

_config

protected org.merlotxml.merlot.plugin.dtd.DTDConfig _config

_doctype

protected java.lang.String _doctype

_pluginConfig

protected DTDPluginConfig _pluginConfig
Constructor Detail

PluginDTDCacheEntry

public PluginDTDCacheEntry(java.lang.String publicID,
                           java.lang.String systemID,
                           org.merlotxml.merlot.plugin.dtd.DTDConfig config,
                           DTDPluginConfig pluginConfig)
Method Detail

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()