Class SourceSaxHandlerFactories


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

      • SourceSaxHandlerFactories

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

      • getSourceSaxHandlerFactory

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

        public Set<String> getSourceTypes()
        Returns the known source types.
        Returns:
        the known source types, not null.