org.opennms.bb.eui.admin.UserGroupView.Parser
Class ParserBase
java.lang.Object
|
+--org.opennms.bb.common.utils.BBParser
|
+--org.opennms.bb.eui.admin.UserGroupView.Parser.ParserBase
- Direct Known Subclasses:
- GroupParser, UserParser, ViewParser
- class ParserBase
- extends BBParser
- Author:
- Chitta Basu
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 |
ParserBase
public ParserBase()
processNode
protected boolean processNode(org.w3c.dom.Node node)
- Description copied from class:
BBParser
- Processes a 'Node' object of the DOM tree depending upon the
node type
- Overrides:
processNode
in class BBParser
- Following copied from class:
org.opennms.bb.common.utils.BBParser
- Returns:
- true if the node is read succefully
processAttribute
protected void processAttribute(org.w3c.dom.Attr attr)
processCDATASection
protected void processCDATASection(org.w3c.dom.CDATASection sec)
processComment
protected void processComment(org.w3c.dom.Comment comm)
processDocument
protected boolean processDocument(org.w3c.dom.Document doc)
- Description copied from class:
BBParser
- Process the 'Document' object or the root of the DOM tree
- Overrides:
processDocument
in class BBParser
- Following copied from class:
org.opennms.bb.common.utils.BBParser
- Returns:
- true if the tree traversal is successful, false otherwise
processDocumentFragment
protected void processDocumentFragment(org.w3c.dom.DocumentFragment df)
processDocumentType
protected void processDocumentType(org.w3c.dom.DocumentType dtd)
processElement
protected boolean processElement(org.w3c.dom.Element el)
processEntity
protected void processEntity(org.w3c.dom.Entity ent)
processEntityReference
protected void processEntityReference(org.w3c.dom.EntityReference er)
processNotation
protected void processNotation(org.w3c.dom.Notation not)
processProcessingInstruction
protected void processProcessingInstruction(org.w3c.dom.ProcessingInstruction pi)
processText
protected void processText(org.w3c.dom.Text text)