public interface ContentHandlerFactory
Modifier and Type | Interface and 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 and Description |
---|---|
ContentHandler |
createContentHandler() |
String[] |
getSupportedNamespaces() |
String[] getSupportedNamespaces()
ContentHandler createContentHandler() throws SAXException
SAXException
- if there's an error while preparing the ContentHandlerCopyright © 2025 Apache Software Foundation. All rights reserved.