net.vee.btech.bml.parser
Class CommunicationsHandler
java.lang.Object
|
+--net.vee.btech.bml.parser.Handler
|
+--net.vee.btech.bml.parser.CommunicationsHandler
- public class CommunicationsHandler
- extends Handler
A handler for the 'communications' element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommunicationsHandler
public CommunicationsHandler()
startElement
public void startElement(java.lang.String aLocalName,
org.xml.sax.Attributes aAttributes,
Parser aParser)
throws org.xml.sax.SAXException
- Overrides:
startElement in class Handler
endElement
public void endElement(java.lang.String aLocalName,
Parser aParser)
throws org.xml.sax.SAXException
- Overrides:
endElement in class Handler
getParsedObject
public java.lang.Object getParsedObject()
- Overrides:
getParsedObject in class Handler