|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ElementFactoryRegistry defines an interface for a registry of
ElementFactory instances. Each ElementFactory is associated
with a node within an XML Document Object Model by:
| Method Summary | |
void |
add(ElementFactory ef)
Add an ElementFactory. |
ElementFactory |
get(String nameSpace,
String tagName)
Get an ElementFactory. |
ElementFactory[] |
getAll()
Get all ElementFactories. |
| Method Detail |
public void add(ElementFactory ef)
ef - the ElementFactory.
public ElementFactory get(String nameSpace,
String tagName)
nameSpace - the NameSpace (e.g. http://cafesoft.com/goober)tagName - the Element tag name.
public ElementFactory[] getAll()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||