|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAXHandlerFactory
Provides SAXBuilder with SAXHandler instances to support SAX parsing. Users
wanting to customise the way that JDOM processes the SAX events should
override the SAXHandler
class, and then use an implementation of this
factory to feed instances of that new class to SAXBuilder.
SAXHandler
,
org.jdom2.input.sax
Method Summary | |
---|---|
SAXHandler |
createSAXHandler(JDOMFactory factory)
Create a new SAXHandler instance for SAXBuilder to use. |
Method Detail |
---|
SAXHandler createSAXHandler(JDOMFactory factory)
factory
- The JDOMFactory
to use for creating JDOM content.
|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |