Uses of Class
org.apache.fop.util.DelegatingContentHandler
-
Packages that use DelegatingContentHandler Package Description org.apache.fop.render.intermediate org.apache.fop.util Various utility classes (I/O, codecs, color support, service discovers etc.). -
-
Uses of DelegatingContentHandler in org.apache.fop.render.intermediate
Subclasses of DelegatingContentHandler in org.apache.fop.render.intermediate Modifier and Type Class Description class
DelegatingFragmentContentHandler
This class is aDelegatingContentHandler
subclass which swallows theDelegatingFragmentContentHandler.startDocument()
andDelegatingFragmentContentHandler.endDocument()
methods. -
Uses of DelegatingContentHandler in org.apache.fop.util
Subclasses of DelegatingContentHandler in org.apache.fop.util Modifier and Type Class Description class
GenerationHelperContentHandler
This class is a delegating SAX ContentHandler which has the purpose to provide a few handy methods that make life easier when generating SAX events.
-