org.opennms.bb.eui.operator.utils
Class EUIUserProfParser
java.lang.Object
|
+--org.opennms.bb.common.utils.BBParser
|
+--org.opennms.bb.eui.operator.utils.EUIUserProfParser
- public class EUIUserProfParser
- extends BBParser
EUIUserProfileParser reads the user preferences for the real time
console from the user profile file
It throws an IOException if the xml file is not found or if it does not
conform to its DTD
- Author:
- Sowmya
Modifications:
04/18/00 - Changed the parser to extend BBParser - Sowmya
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
userHash
Hashtable userHash
APPL
final String APPL
APPLNAME
final String APPLNAME
PARM
final String PARM
PARM_NAME
final String PARM_NAME
PARM_VALUE
final String PARM_VALUE
RTC
final String RTC
XPOS
final String XPOS
YPOS
final String YPOS
WIDTH
final String WIDTH
HEIGHT
final String HEIGHT
TAB_PLACE
final String TAB_PLACE
LOOKNFEEL
final String LOOKNFEEL
VIEWTAB
final String VIEWTAB
MENU
final String MENU
ICONBAR
final String ICONBAR
VIEWS
final String VIEWS
EUIUserProfParser
public EUIUserProfParser()
- Creates the DOM parser
processElement
protected boolean processElement(org.w3c.dom.Element el,
boolean isRoot)
- Description copied from class:
BBParser
- This is the method to be overridden by sub-classes to branch off and
go through the DOM tree to handle elements specific to the XML they
are parsing - does nothing here
- Overrides:
processElement
in class BBParser
- Following copied from class:
org.opennms.bb.common.utils.BBParser
- Returns:
- true if processed sucessfully, false otherwise
processOperatorElement
protected boolean processOperatorElement(org.w3c.dom.Node opNode)
processOperatorParmNode
protected boolean processOperatorParmNode(org.w3c.dom.Node opNode,
Vector viewsVector)
processParmName
protected String processParmName(org.w3c.dom.Node parmNameNode)
getUserProfile
public Hashtable getUserProfile()