org.opennms.bb.eui.admin.UserGroupView.Parser
Class UserParser
java.lang.Object
|
+--org.opennms.bb.common.utils.BBParser
|
+--org.opennms.bb.eui.admin.UserGroupView.Parser.ParserBase
|
+--org.opennms.bb.eui.admin.UserGroupView.Parser.UserParser
- public class UserParser
- extends ParserBase
- Author:
- Chitta Basu
Modifications:
04/18/00 - Changed the parser to account for ParserBase extending BBParser
- Sowmya
Methods inherited from class org.opennms.bb.eui.admin.UserGroupView.Parser.ParserBase |
processAttribute, processCDATASection, processComment, processDocument, processDocumentFragment, processDocumentType, processEntity, processEntityReference, processNode, processNotation, processProcessingInstruction |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
_oFileWriter
static FileWriter _oFileWriter
_bVersion
boolean _bVersion
_bMsStation
boolean _bMsStation
_bUserId
boolean _bUserId
_bFullName
boolean _bFullName
_bUserComments
boolean _bUserComments
_bPassword
boolean _bPassword
_vUsers
static Vector _vUsers
UserParser
public UserParser()
processElement
protected boolean processElement(org.w3c.dom.Element el)
- Overrides:
processElement
in class ParserBase
processText
protected void processText(org.w3c.dom.Text text)
- Overrides:
processText
in class ParserBase
load
public static void load(String sFile)
save
public static void save(String sFile)
throws IOException