Uses of Class
org.jdom2.input.sax.SAXHandler
Packages that use SAXHandler
Package
Description
Classes to build JDOM documents from various sources.
Support classes for building JDOM documents and content using SAX parsers.
-
Uses of SAXHandler in org.jdom2.input
Methods in org.jdom2.input with parameters of type SAXHandlerModifier and TypeMethodDescriptionprotected void
SAXBuilder.configureParser
(XMLReader parser, SAXHandler contentHandler) This configures the XMLReader to be used for reading the XML document. -
Uses of SAXHandler in org.jdom2.input.sax
Methods in org.jdom2.input.sax that return SAXHandlerModifier and TypeMethodDescriptionDefaultSAXHandlerFactory.createSAXHandler
(JDOMFactory factory) SAXHandlerFactory.createSAXHandler
(JDOMFactory factory) Create a new SAXHandler instance for SAXBuilder to use.Constructors in org.jdom2.input.sax with parameters of type SAXHandlerModifierConstructorDescriptionSAXBuilderEngine
(XMLReader reader, SAXHandler handler, boolean validating) Creates a new SAXBuilderEngine.