org.pf.pax
Interface XMLTagInterpreterFactory

All Known Implementing Classes:
BaseXMLTagInterpreterFactory

public interface XMLTagInterpreterFactory

This defines the API for classes that can create tag interpreter instances for specific tag names in a defined tag set.

Version:
2.0
Author:
Manfred Duchrow

Method Summary
 XMLTagInterpreter getInterpreterFor(java.lang.String tagName)
          Returns an instance of a tag interpreter class corresponding to the specified tag name.
 

Method Detail

getInterpreterFor

XMLTagInterpreter getInterpreterFor(java.lang.String tagName)
                                    throws org.xml.sax.SAXException
Returns an instance of a tag interpreter class corresponding to the specified tag name.

Parameters:
tagName - The name of the tag, the interpreter is looked up for.
Returns:
The tag interpreter instance or null, if the tag isn't supported.
Throws:
org.xml.sax.SAXException