Home >> All >> edu >> ou >> kmi >> buddyspace >> [ xml Javadoc ] |
edu.ou.kmi.buddyspace.xml: Javadoc index of package edu.ou.kmi.buddyspace.xml.
Package Samples:
edu.ou.kmi.buddyspace.xml
Classes:
IQRegister: An IQRegister holds the values that would be stored in a jabber:iq:register namespace. This namespace is used to register and deregister accounts with the jabber server and with various transports. NOTE: it is my personal hope that this extension dies a horrible death at a later date, probably at the hand of XML forms. all parameters are subject to interpretation - the names are meant to be labels to editable text boxes, with instructions being broadcast on how to use the interface. also note that the values do not have default states - is represented by name.equals(""), whereas name=null indicates ...
IQRegisterBuilder: An IQRegisterBuilder is used to generate an IQRegister Extension, which is used in registering for jabber in general, or specific transports. NOTE: it is my personal hope that this extension dies a horrible death at a later date, probably at the hand of XML forms. all parameters are subject to interpretation - the names are meant to be labels to editable text boxes, with instructions being broadcast on how to use the interface. also note that the values do not have default states - is represented by name.equals(""), whereas name=null indicates the element is not present
FileHandler: FileHandler provides XML storing/reading in/from files. It relies on XMLStreamDocumentHandler and a Parser .
XMLStreamFooter: Class which represents an XMLStream footer - this closes whole communication with jabber server. It is </stream:stream> .
XMLFileIO: XMLFileIO provides XML storing/reading in/from files. It relies on FileHandler .
IQServicesHandler: Handler class to build jabber:iq:register objects. All work is done by the HashExtensionHandler.
IQRegisterHandler: Handler class to build jabber:iq:register objects. All work is done by the HashExtensionHandler.
XMLFileDocInterface: XMLFileDocInterface provides interface for XML storing/reading in/from files.
XDataItemHandler: Handler class to build item tag objects from <x xmlns='jabber:x:data' type='form'>.
XDataFieldOption: XDataFieldOption contains <option> tag from jabber:x:data fields.
XDataItem: XDataItem contains item tag from <x xmlns='jabber:x:data'> form.
IQServicesBuilder: An IQServicesBuilder is used by BuddySpace for services namespace.
IQServices: An IQSerices holds the values for BuddySpace services namespace
XDataFieldOptionBuilder: XDataFieldOptionBuilder is used to construct XDataField objects
XDataHandler: Handler class to build <x xmlns='jabber:x:data' type='form'> objects
XDataFieldOptionHandler: Handler class to build <option> objects inside jabber:x:data fields
XDataFieldBuilder: XDataFieldBuilder is used to construct XDataField objects
XDataField: XDataField contains <field> tag from jabber:x:data.
XDataItemBuilder: XDataItemBuilder is used to construct XDataItem objects
XDataFieldHandler: Handler class to build <field> objects inside jabber:x:data
XData: XData contains <x xmlns='jabber:x:data'> tag.
XDataBuilder: XDataBuilder is used to construct XData objects
XMLFileDocHandler: Main file handler given to a SAX-enabled parser.
TestFormXData
Home | Contact Us | Privacy Policy | Terms of Service |