From d66e29f62b09b97f4d2d47cd7ee6442ddf41770d Mon Sep 17 00:00:00 2001
From: Conor MacNeill
* The object implemention sometask
must provide a method called
- * createCatalog
which returns an instance of XCatalog
.
- * Nested dtd and entity definitions are handled by the XCatalog object and
- * must be labeled dtd
and entity
respectively.createCatalog
which returns an instance of
+ * XCatalog
. Nested dtd and entity definitions are handled by
+ * the XCatalog object and must be labeled dtd
and
+ * entity
respectively.
Possible future extension could allow a catalog file instead of nested * elements, or use Norman Walsh's entity resolver from xml-commons
@@ -93,7 +94,7 @@ import org.apache.tools.ant.util.FileUtils; * @version $Id$ */ public class XMLCatalog extends DataType implements Cloneable, EntityResolver { - + /** File utilities instance */ private FileUtils fileUtils = FileUtils.newFileUtils(); //-- Fields ----------------------------------------------------------------