public interface TagFactory
TagFactory
represents a Factory of Tag
instances.
Modifier and Type | Method and Description |
---|---|
Tag |
createTag(String name,
Attributes attributes)
Creates a Tag for the given local name and the SAX attributes
|
Tag createTag(String name, Attributes attributes) throws JellyException
JellyException
Copyright © 2014 Apache Software Foundation. All rights reserved.