Interface TagHandlerProvider


  • public interface TagHandlerProvider
    Registers and creates TagHandlers

    TagHandlers are registered against a tag and its corresponding attributes. The tag handlers registered against the same tag name are prioritized according to their attributes.

    • Method Detail

      • createTagHandler

        TagHandler createTagHandler​(java.lang.String tag,
                                    org.xml.sax.Attributes atts)
        Creates a TagHandler for the passed tag and Attributes
        Parameters:
        tag -
        atts -
        Returns: