|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.pax.BaseXMLTagInterpreterFactory
public abstract class BaseXMLTagInterpreterFactory
This is the basic implemenatation of a registry of tag interpreter classes an their associated tag names.
| Constructor Summary | |
|---|---|
BaseXMLTagInterpreterFactory()
|
|
| Method Summary | |
|---|---|
XMLTagInterpreter |
getInterpreterFor(java.lang.String tagName)
Returns an instance of the tag interpreter class associated that is associated to the specified tag name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseXMLTagInterpreterFactory()
| Method Detail |
|---|
public XMLTagInterpreter getInterpreterFor(java.lang.String tagName)
throws org.xml.sax.SAXException
getInterpreterFor in interface XMLTagInterpreterFactorytagName - The name of the tag, the interpreter is looked up for.
org.xml.sax.SAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||