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 Summary
Modifier and TypeMethodDescriptioncreateTagHandler(String tag, Attributes atts) Creates aTagHandlerfor the passed tag andAttributes
-
Method Details
-
createTagHandler
Creates aTagHandlerfor the passed tag andAttributes- Parameters:
tag-atts-- Returns:
-