public interface SAXHandlerFactory
SAXHandler
class, and then use an implementation of this
factory to feed instances of that new class to SAXBuilder.SAXHandler
,
org.jdom2.input.sax
限定符和类型 | 方法和说明 |
---|---|
SAXHandler |
createSAXHandler(JDOMFactory factory)
Create a new SAXHandler instance for SAXBuilder to use.
|
SAXHandler createSAXHandler(JDOMFactory factory)
factory
- The JDOMFactory
to use for creating JDOM content.