public interface TagHandlerProvider
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.
| Modifier and Type | Method and Description |
|---|---|
TagHandler |
createTagHandler(java.lang.String tag,
org.xml.sax.Attributes atts)
Creates a
TagHandler for the passed tag and Attributes |
TagHandler createTagHandler(java.lang.String tag, org.xml.sax.Attributes atts)
TagHandler for the passed tag and Attributestag - atts - "Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"