public class OptionsSaxHandlerFactories extends Object
| Constructor and Description | 
|---|
| OptionsSaxHandlerFactories()Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| OptionsSaxHandlerFactory | getOptionsSaxHandlerFactory(String type)Returns the OptionsSaxHandlerFactory associated with the given type. | 
| void | register(OptionsSaxHandlerFactory optionsSaxHandlerFactory)Registers a new OptionsSaxHandlerFactory. | 
public OptionsSaxHandlerFactories()
public void register(OptionsSaxHandlerFactory optionsSaxHandlerFactory) throws ConfigurationException
optionsSaxHandlerFactory - the factory to register, not null.ConfigurationException - if the type of the registered factory
         already exists.public OptionsSaxHandlerFactory getOptionsSaxHandlerFactory(String type)
type - the type top look for, not null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.