Class PDFExtensionHandlerFactory
- java.lang.Object
-
- org.apache.fop.render.pdf.extensions.PDFExtensionHandlerFactory
-
- All Implemented Interfaces:
ContentHandlerFactory
public class PDFExtensionHandlerFactory extends java.lang.Object implements ContentHandlerFactory
Factory for the ContentHandler that handles serialized PDFExtensionAttachment instances.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.fop.util.ContentHandlerFactory
ContentHandlerFactory.ObjectBuiltListener, ContentHandlerFactory.ObjectSource
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]
NAMESPACES
-
Constructor Summary
Constructors Constructor Description PDFExtensionHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.ContentHandler
createContentHandler()
java.lang.String[]
getSupportedNamespaces()
-
-
-
Method Detail
-
getSupportedNamespaces
public java.lang.String[] getSupportedNamespaces()
- Specified by:
getSupportedNamespaces
in interfaceContentHandlerFactory
- Returns:
- an array of supported namespaces.
-
createContentHandler
public org.xml.sax.ContentHandler createContentHandler()
- Specified by:
createContentHandler
in interfaceContentHandlerFactory
- Returns:
- a new ContentHandler to handle a SAX stream
-
-