|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--oss.net.pstream.sax.ElementHandlerMap
A custom HashMap for keeping track of all my element handlers. Also has a nice little constructor which makes instances of all my handlers.
Title:
Description:
Copyright: Copyright (c) 2002
Company:
| Constructor Summary | |
ElementHandlerMap(boolean Debug)
The only constructor. |
|
| Method Summary | |
ElementHandler |
getHandler(java.lang.String ElementName)
Returns an ElementHandler designed to handle the element with the given name. |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Constructor Detail |
public ElementHandlerMap(boolean Debug)
| Method Detail |
public ElementHandler getHandler(java.lang.String ElementName)
ElementName - the name of the element which needs to be handled.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||