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.).
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerFactory |
FONode.getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return
a
ContentHandlerFactory . |
Modifier and Type | Class and Description |
---|---|
class |
SVGDOMContentHandlerFactory
ContentHandlerFactory which constructs ContentHandlers that build SVG DOM
Documents.
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerFactory |
SVGElement.getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return
a
ContentHandlerFactory . |
Modifier and Type | Class and Description |
---|---|
class |
XMPContentHandlerFactory
ContentHandlerFactory for the XMP root element.
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerFactory |
AbstractMetadataElement.getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return
a
ContentHandlerFactory . |
Modifier and Type | Class and Description |
---|---|
class |
AFPExtensionHandlerFactory
Factory for the ContentHandler that handles serialized AFPPageSetup instances.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFExtensionHandlerFactory
Factory for the ContentHandler that handles serialized PDFExtensionAttachment instances.
|
Modifier and Type | Class and Description |
---|---|
class |
PSExtensionHandlerFactory
Factory for the ContentHandler that handles serialized PSSetupCode instances.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMBuilderContentHandlerFactory
ContentHandlerFactory which constructs ContentHandlers that build DOM Documents.
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerFactory |
ContentHandlerFactoryRegistry.getFactory(java.lang.String namespaceURI)
Retrieves a ContentHandlerFactory instance of a given namespace URI.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentHandlerFactoryRegistry.addContentHandlerFactory(ContentHandlerFactory factory)
Add an ContentHandlerFactory.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.