fop 1.0

org.apache.fop.fo.extensions.svg
Class SVGDOMContentHandlerFactory

java.lang.Object
  extended byorg.apache.fop.fo.extensions.svg.SVGDOMContentHandlerFactory
All Implemented Interfaces:
ContentHandlerFactory

public class SVGDOMContentHandlerFactory
extends java.lang.Object
implements ContentHandlerFactory

ContentHandlerFactory which constructs ContentHandlers that build SVG DOM Documents.


Nested Class Summary
 
Nested classes inherited from class org.apache.fop.util.ContentHandlerFactory
ContentHandlerFactory.ObjectBuiltListener, ContentHandlerFactory.ObjectSource
 
Constructor Summary
SVGDOMContentHandlerFactory()
          Default Constructor.
 
Method Summary
 org.xml.sax.ContentHandler createContentHandler()
          
 java.lang.String[] getSupportedNamespaces()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGDOMContentHandlerFactory

public SVGDOMContentHandlerFactory()
Default Constructor.

Method Detail

getSupportedNamespaces

public java.lang.String[] getSupportedNamespaces()

Specified by:
getSupportedNamespaces in interface ContentHandlerFactory
Returns:
an array of supported namespaces.

createContentHandler

public org.xml.sax.ContentHandler createContentHandler()
                                                throws org.xml.sax.SAXException

Specified by:
createContentHandler in interface ContentHandlerFactory
Returns:
a new ContentHandler to handle a SAX stream
Throws:
org.xml.sax.SAXException - if there's an error while preparing the ContentHandler

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.