|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectavignon.loaders.XmlTagLoader
A tag loader that makes it possible to use an abbreviated format to include test content
in other XML files - makes it possible to "implement" handlers in XML.
For example, an include block that currently requires
| Constructor Summary | |
XmlTagLoader()
|
|
| Method Summary | |
AvignonTagHandler |
findTagHandler(java.lang.String name)
An implementation of this method should attempt to load the handler associated with the given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlTagLoader()
| Method Detail |
public AvignonTagHandler findTagHandler(java.lang.String name)
TagLoadernull.
findTagHandler in interface TagLoadername - The name of the XML element for which a handler is being searched.
null if one cannot be found.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||