Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage
In directory sc8-pr-cvs1:/tmp/cvs-serv17646/modules/core/src/com/babeldoc/core/pipeline/stage
Modified Files:
EntityResolverMemoryCache.java
Log Message:
Updates to the scanner code - added the count down option. Updated the I/ConfigInfo object for the getStrValue, getIntValue and the getValue methods for quick and easy access to the option values.
Index: EntityResolverMemoryCache.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/EntityResolverMemoryCache.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** EntityResolverMemoryCache.java 24 Jul 2003 23:51:20 -0000 1.2
--- EntityResolverMemoryCache.java 17 Aug 2003 04:12:29 -0000 1.3
***************
*** 81,86 ****
**/
public class EntityResolverMemoryCache
! implements EntityResolver
! {
/** an EntityResolver for babeldoc to use; a memory cache backended to a disk cache **/
static EntityResolver babeldocEntityResolver = null;
--- 81,85 ----
**/
public class EntityResolverMemoryCache
! implements EntityResolver {
/** an EntityResolver for babeldoc to use; a memory cache backended to a disk cache **/
static EntityResolver babeldocEntityResolver = null;
***************
*** 106,111 ****
**/
public InputSource resolveEntity (String publicId, String systemId)
! throws SAXException, IOException
! {
try {
byte[] bytes = null;
--- 105,109 ----
**/
public InputSource resolveEntity (String publicId, String systemId)
! throws SAXException, IOException {
try {
byte[] bytes = null;
|