edu.ou.kmi.buddyspace.plugins.disco.xml
Class DiscoFeatureBuilder

java.lang.Object
  |
  +--edu.ou.kmi.buddyspace.plugins.disco.xml.DiscoFeatureBuilder

public class DiscoFeatureBuilder
extends java.lang.Object

DiscoFeatureBuilder is used to construct DiscoFeature objects


Constructor Summary
DiscoFeatureBuilder()
           
 
Method Summary
 Extension build()
           
 java.lang.String getAttribute(java.lang.String name)
           
 org.xml.sax.AttributeList getAttributes()
           
 void reset()
          reset this builder to a default state, for reuse
 void setAttributes(org.xml.sax.AttributeList attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoFeatureBuilder

public DiscoFeatureBuilder()
Method Detail

reset

public void reset()
reset this builder to a default state, for reuse


getAttribute

public java.lang.String getAttribute(java.lang.String name)

getAttributes

public org.xml.sax.AttributeList getAttributes()

setAttributes

public void setAttributes(org.xml.sax.AttributeList attributes)

build

public Extension build()
                throws java.lang.InstantiationException
java.lang.InstantiationException