Uses of Interface
org.jdom2.input.sax.SAXHandlerFactory
Packages that use SAXHandlerFactory
Package
Description
Classes to build JDOM documents from various sources.
Support classes for building JDOM documents and content using SAX parsers.
-
Uses of SAXHandlerFactory in org.jdom2.input
Methods in org.jdom2.input that return SAXHandlerFactoryModifier and TypeMethodDescriptionSAXBuilder.getSAXHandlerFactory()
Get the SAXHandlerFactory used to supply SAXHandlers to this SAXBuilder.Methods in org.jdom2.input with parameters of type SAXHandlerFactoryModifier and TypeMethodDescriptionvoid
SAXBuilder.setSAXHandlerFactory
(SAXHandlerFactory factory) Set the SAXHandlerFactory to be used by this SAXBuilder.Constructors in org.jdom2.input with parameters of type SAXHandlerFactoryModifierConstructorDescriptionSAXBuilder
(XMLReaderJDOMFactory xmlreaderfactory, SAXHandlerFactory handlerfactory, JDOMFactory jdomfactory) Creates a new SAXBuilder. -
Uses of SAXHandlerFactory in org.jdom2.input.sax
Classes in org.jdom2.input.sax that implement SAXHandlerFactoryModifier and TypeClassDescriptionfinal class
This SAXHandlerFactory instance provides default-configured SAXHandler instances for all non-custom situations.