public class PropertiesOptionsSaxHandlerFactory extends Object implements OptionsSaxHandlerFactory
| Constructor and Description | 
|---|
| PropertiesOptionsSaxHandlerFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| FileOptionsSaxHandler | getOptionsSaxHandler()Returns a FileOptionsSaxHandler for reading the configuration of
 XML options. | 
| String | getType()Returns the options type which can be handled by the
 OptionsSaxHandlers created by this factory. | 
public String getType()
getType in interface OptionsSaxHandlerFactorypublic final FileOptionsSaxHandler getOptionsSaxHandler() throws SAXException
getOptionsSaxHandler in interface OptionsSaxHandlerFactorySAXException - 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.