java.lang.Object
HashExtensionHandler
edu.ou.kmi.buddyspace.xml.IQServicesHandler
- public class IQServicesHandler
- extends HashExtensionHandler
Handler class to build jabber:iq:register objects. All work is
done by the HashExtensionHandler.
- Version:
- $Revision: 1.1 $, $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IQServicesHandler
public IQServicesHandler()
- Creates a new
IQServicesHandler
instance.
startHandler
protected void startHandler(java.lang.String name,
org.xml.sax.AttributeList attributes)
throws org.xml.sax.SAXException
- Gets called when the underlying engine decides to pass an entity and
all sub-entities off to your subhandler.
Upon seeing the element that this subhandler handles, we call this
constructor, passing in the attributes.
handleStartElement
protected void handleStartElement(java.lang.String name,
org.xml.sax.AttributeList attributes)
throws org.xml.sax.SAXException
receiveChildData
protected void receiveChildData(SubHandler subHandler,
java.lang.Object o)