Uses of Interface
org.jdom2.input.sax.SAXHandlerFactory
-
Packages that use SAXHandlerFactory Package Description org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.input.sax 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 SAXHandlerFactory Modifier and Type Method Description SAXHandlerFactorySAXBuilder. getSAXHandlerFactory()Get the SAXHandlerFactory used to supply SAXHandlers to this SAXBuilder.Methods in org.jdom2.input with parameters of type SAXHandlerFactory Modifier and Type Method Description voidSAXBuilder. setSAXHandlerFactory(SAXHandlerFactory factory)Set the SAXHandlerFactory to be used by this SAXBuilder.Constructors in org.jdom2.input with parameters of type SAXHandlerFactory Constructor Description SAXBuilder(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 SAXHandlerFactory Modifier and Type Class Description classDefaultSAXHandlerFactoryThis SAXHandlerFactory instance provides default-configured SAXHandler instances for all non-custom situations.
-