Package org.apache.commons.jelly.impl
Interface TagFactory
- All Known Implementing Classes:
DefaultTagFactory
public interface TagFactory
TagFactory represents a Factory of Tag instances.
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
-
Method Summary
Modifier and TypeMethodDescriptioncreateTag(String name, Attributes attributes) Creates a Tag for the given local name and the SAX attributes
-
Method Details
-
createTag
Creates a Tag for the given local name and the SAX attributes- Throws:
JellyException
-