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

java.lang.Objectedu.ou.kmi.buddyspace.xml.XMLStreamFooter
- public class XMLStreamFooter
- extends java.lang.Object
Class which represents an XMLStream footer - this closes whole
communication with jabber server. It is </stream:stream>
.
Constructor Summary | |
XMLStreamFooter()
|
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
XML footer to the specified StringBuffer . |
java.lang.String |
toString()
toString returns string representation of the tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
XMLStreamFooter
public XMLStreamFooter()
Method Detail |
appendItem
public void appendItem(java.lang.StringBuffer retval)
appendItem
appends the XML representation of the XML footer to the specifiedStringBuffer
.
toString
public java.lang.String toString()
toString
returns string representation of the tag.
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |