Uses of Interface
org.apache.fop.util.ContentHandlerFactory
-
Packages that use ContentHandlerFactory Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.extensions.svg SVG extension classes which handle elements from the SVG namespace.org.apache.fop.fo.extensions.xmp Extension classes which handles XMP metadata.org.apache.fop.render.afp.extensions org.apache.fop.render.pdf.extensions org.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer.org.apache.fop.util Various utility classes (I/O, codecs, color support, service discovers etc.). -
-
Uses of ContentHandlerFactory in org.apache.fop.fo
Methods in org.apache.fop.fo that return ContentHandlerFactory Modifier and Type Method Description ContentHandlerFactory
FONode. getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return aContentHandlerFactory
. -
Uses of ContentHandlerFactory in org.apache.fop.fo.extensions.svg
Classes in org.apache.fop.fo.extensions.svg that implement ContentHandlerFactory Modifier and Type Class Description class
SVGDOMContentHandlerFactory
ContentHandlerFactory which constructs ContentHandlers that build SVG DOM Documents.Methods in org.apache.fop.fo.extensions.svg that return ContentHandlerFactory Modifier and Type Method Description ContentHandlerFactory
SVGElement. getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return aContentHandlerFactory
. -
Uses of ContentHandlerFactory in org.apache.fop.fo.extensions.xmp
Classes in org.apache.fop.fo.extensions.xmp that implement ContentHandlerFactory Modifier and Type Class Description class
XMPContentHandlerFactory
ContentHandlerFactory for the XMP root element.Methods in org.apache.fop.fo.extensions.xmp that return ContentHandlerFactory Modifier and Type Method Description ContentHandlerFactory
AbstractMetadataElement. getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return aContentHandlerFactory
. -
Uses of ContentHandlerFactory in org.apache.fop.render.afp.extensions
Classes in org.apache.fop.render.afp.extensions that implement ContentHandlerFactory Modifier and Type Class Description class
AFPExtensionHandlerFactory
Factory for the ContentHandler that handles serialized AFPPageSetup instances. -
Uses of ContentHandlerFactory in org.apache.fop.render.pdf.extensions
Classes in org.apache.fop.render.pdf.extensions that implement ContentHandlerFactory Modifier and Type Class Description class
PDFExtensionHandlerFactory
Factory for the ContentHandler that handles serialized PDFExtensionAttachment instances. -
Uses of ContentHandlerFactory in org.apache.fop.render.ps.extensions
Classes in org.apache.fop.render.ps.extensions that implement ContentHandlerFactory Modifier and Type Class Description class
PSExtensionHandlerFactory
Factory for the ContentHandler that handles serialized PSSetupCode instances. -
Uses of ContentHandlerFactory in org.apache.fop.util
Classes in org.apache.fop.util that implement ContentHandlerFactory Modifier and Type Class Description class
DOMBuilderContentHandlerFactory
ContentHandlerFactory which constructs ContentHandlers that build DOM Documents.Methods in org.apache.fop.util that return ContentHandlerFactory Modifier and Type Method Description ContentHandlerFactory
ContentHandlerFactoryRegistry. getFactory(java.lang.String namespaceURI)
Retrieves a ContentHandlerFactory instance of a given namespace URI.Methods in org.apache.fop.util with parameters of type ContentHandlerFactory Modifier and Type Method Description void
ContentHandlerFactoryRegistry. addContentHandlerFactory(ContentHandlerFactory factory)
Add an ContentHandlerFactory.
-