Uses of Class
org.apache.fop.util.DelegatingContentHandler
-
Packages that use DelegatingContentHandler Package Description org.apache.fop.fo.extensions.svg SVG extension classes which handle elements from the SVG namespace.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.fo.extensions.svg
Subclasses of DelegatingContentHandler in org.apache.fop.fo.extensions.svg Modifier and Type Class Description private static class
SVGDOMContentHandlerFactory.Handler
-
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 private class
DOMBuilderContentHandlerFactory.Handler
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.
-