public interface OptionsSaxHandlerFactory
OptionsSaxHandlers for a specific action type.
 When a action configuration needs to be parsed, a sax handler will read
 the type of the action and check it against the types of the registered
 OptionsSaxHandlers. The first matching handler will then be used to parse
 the action configuration.| Modifier and Type | Method and Description | 
|---|---|
| OptionsSaxHandler | getOptionsSaxHandler()Returns a OptionsSaxHandler for reading the configuration of
 options. | 
| String | getType()Returns the action type handled by the ActionSaxHandlers which are
 created by this factory. | 
String getType()
OptionsSaxHandler getOptionsSaxHandler() throws SAXException
SAXException - if the SAX Handler for the options can
         not be created from the given XML element.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.