|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.ou.kmi.buddyspace.xml
Class IQServices

java.lang.ObjectHashExtension
edu.ou.kmi.buddyspace.xml.IQServices
- public class IQServices
- extends HashExtension
An IQSerices
holds the values for BuddySpace services namespace
- Version:
- $Revision: 1.1 $, $Revision: 1.1 $
Field Summary | |
private java.util.Vector |
extensions
Vector of extension objects contained. |
private boolean |
iq
is this query or x |
Constructor Summary | |
IQServices(IQServicesBuilder builder)
Creates a new IQServices instance. |
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
current packet data to the specified StringBuffer . |
java.util.Enumeration |
extensions()
returns an enumeration of extensions contained within this
object. |
protected java.lang.String |
getXMLNS()
Used to fetch the internal XMLNS, which is used by AppendItem and toString to return the proper XML representation. |
boolean |
isIQ()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
extensions
private java.util.Vector extensions
- Vector of extension objects contained.
iq
private boolean iq
- is this query or x
Constructor Detail |
IQServices
public IQServices(IQServicesBuilder builder) throws java.lang.InstantiationException
- Creates a new
IQServices
instance.
Method Detail |
getXMLNS
protected java.lang.String getXMLNS()
- Used to fetch the internal XMLNS, which is used by AppendItem and
toString to return the proper XML representation.
isIQ
public boolean isIQ()
extensions
public java.util.Enumeration extensions()
- returns an enumeration of
extensions
contained within this object.
appendItem
public void appendItem(java.lang.StringBuffer retval)
appendItem
appends the XML representation of the current packet data to the specifiedStringBuffer
.
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |