|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandlerFactory | |
---|---|
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.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 | |
---|---|
ContentHandlerFactory |
FONode.getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return a ContentHandlerFactory . |
Uses of ContentHandlerFactory in org.apache.fop.fo.extensions.svg |
---|
Classes in org.apache.fop.fo.extensions.svg that implement ContentHandlerFactory | |
---|---|
class |
SVGDOMContentHandlerFactory
ContentHandlerFactory which constructs ContentHandlers that build SVG DOM Documents. |
Methods in org.apache.fop.fo.extensions.svg that return ContentHandlerFactory | |
---|---|
ContentHandlerFactory |
SVGElement.getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return a ContentHandlerFactory . |
Uses of ContentHandlerFactory in org.apache.fop.fo.extensions.xmp |
---|
Classes in org.apache.fop.fo.extensions.xmp that implement ContentHandlerFactory | |
---|---|
class |
XMPContentHandlerFactory
ContentHandlerFactory for the XMP root element. |
Methods in org.apache.fop.fo.extensions.xmp that return ContentHandlerFactory | |
---|---|
ContentHandlerFactory |
AbstractMetadataElement.getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return a ContentHandlerFactory . |
Uses of ContentHandlerFactory in org.apache.fop.render.afp.extensions |
---|
Classes in org.apache.fop.render.afp.extensions that implement ContentHandlerFactory | |
---|---|
class |
AFPExtensionHandlerFactory
Factory for the ContentHandler that handles serialized AFPPageSetup instances. |
Uses of ContentHandlerFactory in org.apache.fop.render.ps.extensions |
---|
Classes in org.apache.fop.render.ps.extensions that implement ContentHandlerFactory | |
---|---|
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 | |
---|---|
class |
DOMBuilderContentHandlerFactory
ContentHandlerFactory which constructs ContentHandlers that build DOM Documents. |
Methods in org.apache.fop.util that return ContentHandlerFactory | |
---|---|
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 | |
---|---|
void |
ContentHandlerFactoryRegistry.addContentHandlerFactory(ContentHandlerFactory factory)
Add an ContentHandlerFactory. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |