org.apache.fop.util
Interface ContentHandlerFactory
- AFPExtensionHandlerFactory, DOMBuilderContentHandlerFactory, PSExtensionHandlerFactory, XMPContentHandlerFactory
public interface ContentHandlerFactory
Factory interface implemented by classes that can instantiate ContentHandler subclasses which
parse a SAX stream into Java objects.
createContentHandler
public ContentHandler createContentHandler()
throws SAXException
- a new ContentHandler to handle a SAX stream
getSupportedNamespaces
public String[] getSupportedNamespaces()
- an array of supported namespaces.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.