edu.ou.kmi.buddyspace.plugins.pubsub.xml
Class PubsubEventItems

java.lang.Object
  |
  +--XMLData
        |
        +--edu.ou.kmi.buddyspace.plugins.pubsub.xml.PubsubEventItems

public class PubsubEventItems
extends XMLData

PubsubEventItems contains <items> tag from pubsub#event.

See Also:
Serialized Form

Constructor Summary
PubsubEventItems(PubsubEventItemsBuilder builder)
          Creates a new PubsubEventItems instance, based on the builder state.
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          appendItem appends the XML representation of the current packet data to the specified StringBuffer.
 java.lang.String getNode()
           
 java.util.Enumeration items()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubsubEventItems

public PubsubEventItems(PubsubEventItemsBuilder builder)
                 throws java.lang.InstantiationException
Creates a new PubsubEventItems instance, based on the builder state.

Parameters:
builder - an PubsubEventItemsBuilder value
Throws:
java.lang.InstantiationException - if malformed or insufficient data is in the builder.
Method Detail

getNode

public java.lang.String getNode()

items

public java.util.Enumeration items()

appendItem

public void appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the current packet data to the specified StringBuffer.

Parameters:
retval - The StringBuffer to append to