Interface TagFactory

All Known Implementing Classes:
DefaultTagFactory

public interface TagFactory

TagFactory represents a Factory of Tag instances.

Note that this class should be re-entrant and used concurrently by multiple threads.
Version:
$Revision: 155420 $
Author:
James Strachan
  • Method Summary

    Modifier and Type
    Method
    Description
    createTag(String name, Attributes attributes)
    Creates a Tag for the given local name and the SAX attributes