AFPExtensionHandlerFactory
, DOMBuilderContentHandlerFactory
, PDFExtensionHandlerFactory
, PSExtensionHandlerFactory
, SVGDOMContentHandlerFactory
, XMPContentHandlerFactory
public interface ContentHandlerFactory
Modifier and Type | Interface | Description |
---|---|---|
static interface |
ContentHandlerFactory.ObjectBuiltListener |
EventListener interface for objects which want to get notified when ContentHandler
implementing the ObjectSource interface has finished parsing.
|
static interface |
ContentHandlerFactory.ObjectSource |
Interface that ContentHandler implementations that parse Java objects from XML can implement
to return these objects.
|
Modifier and Type | Method | Description |
---|---|---|
org.xml.sax.ContentHandler |
createContentHandler() |
|
java.lang.String[] |
getSupportedNamespaces() |
java.lang.String[] getSupportedNamespaces()
org.xml.sax.ContentHandler createContentHandler() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- if there's an error while preparing the ContentHandlerCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.