Uses of Class
org.jdom.input.SAXHandler
Packages that use SAXHandler
-
Uses of SAXHandler in org.jdom.input
Methods in org.jdom.input that return SAXHandlerModifier and TypeMethodDescriptionprotected SAXHandlerSAXBuilder.createContentHandler()This creates the SAXHandler that will be used to build the Document.Methods in org.jdom.input with parameters of type SAXHandlerModifier and TypeMethodDescriptionprotected voidSAXBuilder.configureContentHandler(SAXHandler contentHandler) This configures the SAXHandler that will be used to build the Document.protected voidSAXBuilder.configureParser(XMLReader parser, SAXHandler contentHandler) This configures the XMLReader to be used for reading the XML document.