source: trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/util/HTMLObject.java@ 7306

Last change on this file since 7306 was 6285, checked in by cs025, 21 years ago

Added HTMLTidy and other objects to the util folder; improved abstraction
in HTMLDoc

  • Property svn:keywords set to Author Date Id Revision
File size: 106 bytes
Line 
1package org.greenstone.gsdl3.gs3build.util;
2
3public interface HTMLObject
4{ public String getHTMLType();
5}
Note: See TracBrowser for help on using the repository browser.