]> source.dussan.org Git - xmlgraphics-fop.git/commit
Make StructureHandler and most of its methods abstract. It is never instantiated...
authorWilliam Victor Mote <vmote@apache.org>
Tue, 6 May 2003 05:17:07 +0000 (05:17 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 6 May 2003 05:17:07 +0000 (05:17 +0000)
commitef55fa9d3dd9a748899431bb8ba0b40c7bfce507
tree1f45894a25a02710341fcfbb45e49ae529a30b28
parent4b41ae20887a1c2798f46495ec48ac8d8bf0956f
Make StructureHandler and most of its methods abstract. It is never instantiated, has a bunch of empty classes that appear to be patterns. If those classes were to be filled in with logic, it would create problems in the subclasses. Also, any changes to signature now in the subclasses will cause the parent method to be used, which is probably not what would be wanted.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196405 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/apps/LayoutHandler.java
src/java/org/apache/fop/apps/StructureHandler.java
src/java/org/apache/fop/mif/MIFHandler.java
src/java/org/apache/fop/rtf/renderer/RTFHandler.java