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

Quick Search    Search Deep

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

java.lang.Object
  extended byedu.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 specified StringBuffer.


toString

public java.lang.String toString()
toString returns string representation of the tag.