Class XMPContentHandlerFactory
java.lang.Object
org.apache.fop.fo.extensions.xmp.XMPContentHandlerFactory
- All Implemented Interfaces:
ContentHandlerFactory
ContentHandlerFactory for the XMP root element.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classLocal subclass of XMPHandler that implements ObjectSource for FOP integration.Nested classes/interfaces inherited from interface ContentHandlerFactory
ContentHandlerFactory.ObjectBuiltListener, ContentHandlerFactory.ObjectSource -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACES
-
-
Constructor Details
-
XMPContentHandlerFactory
public XMPContentHandlerFactory()
-
-
Method Details
-
getSupportedNamespaces
- Specified by:
getSupportedNamespacesin interfaceContentHandlerFactory- Returns:
- an array of supported namespaces.
-
createContentHandler
- Specified by:
createContentHandlerin interfaceContentHandlerFactory- Returns:
- a new ContentHandler to handle a SAX stream
- Throws:
SAXException- if there's an error while preparing the ContentHandler
-