Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.ou.kmi.buddyspace.xml
Class IQRegisterHandler  view IQRegisterHandler download IQRegisterHandler.java

java.lang.Object
  extended byHashExtensionHandler
      extended byedu.ou.kmi.buddyspace.xml.IQRegisterHandler

public class IQRegisterHandler
extends HashExtensionHandler

Handler class to build jabber:iq:register objects. All work is done by the HashExtensionHandler.

Version:
$Revision: 1.2 $, $Revision: 1.2 $

Constructor Summary
IQRegisterHandler()
          Creates a new IQRegisterHandler instance.
 
Method Summary
protected  void handleStartElement(java.lang.String name, org.xml.sax.AttributeList attributes)
           
protected  void receiveChildData(SubHandler subHandler, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQRegisterHandler

public IQRegisterHandler()
Creates a new IQRegisterHandler instance.

Method Detail

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)