Class OptionsSaxHandlerFactories


  • public class OptionsSaxHandlerFactories
    extends Object
    A registry of OptionsSaxHandlerFactories. $Id: OptionsSaxHandlerFactories.java 1840416 2018-09-09 15:10:22Z tv $
    • Constructor Detail

      • OptionsSaxHandlerFactories

        public OptionsSaxHandlerFactories()
        Constructor. Registers the default OptionsSaxHandlerFactories.
    • Method Detail

      • getOptionsSaxHandlerFactory

        public OptionsSaxHandlerFactory getOptionsSaxHandlerFactory​(String type)
        Returns the OptionsSaxHandlerFactory associated with the given type.
        Parameters:
        type - the type top look for, not null.
        Returns:
        the OptionsSaxHandlerFactory associated with the given type, or null if no OptionsSaxHandlerFactory exists for the given type.