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

java.lang.ObjectXMLData
edu.ou.kmi.buddyspace.xml.XDataItem
- public class XDataItem
- extends XMLData
XDataItem
contains item tag from <x xmlns='jabber:x:data'> form.
Field Summary | |
private java.util.Vector |
fields
Vector of 'Field' objects contained |
private boolean |
reported
|
Constructor Summary | |
XDataItem(XDataItemBuilder builder)
Creates a new XDataItem instance, based on the builder
state. |
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem converts this packet to XML. |
java.util.Enumeration |
fields()
returns an enumeration of fields contained within this
object. |
boolean |
isReported()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
fields
private java.util.Vector fields
- Vector of 'Field' objects contained
reported
private boolean reported
Constructor Detail |
XDataItem
public XDataItem(XDataItemBuilder builder) throws java.lang.InstantiationException
- Creates a new
XDataItem
instance, based on the builder state.
Method Detail |
isReported
public boolean isReported()
fields
public java.util.Enumeration fields()
- returns an enumeration of
fields
contained within this object.
appendItem
public void appendItem(java.lang.StringBuffer retval)
appendItem
converts this packet to XML. It then appends it to a StringBuffer.
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |