uci.xml
Class XMLElement

java.lang.Object
  |
  +--uci.xml.XMLElement

public class XMLElement
extends Object


Constructor Summary
XMLElement(String name, org.xml.sax.AttributeList attributes)
           
 
Method Summary
 void addText(String text)
           
 String getAttribute(String attribute)
           
 String getAttributeName(int i)
           
 String getAttributeValue(int i)
           
 String getName()
           
 int getNumAttributes()
           
 String getText()
           
 void resetText()
           
 void setAttributes(org.xml.sax.AttributeList attributes)
           
 void setName(String name)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLElement

public XMLElement(String name,
                  org.xml.sax.AttributeList attributes)
Method Detail

getName

public String getName()

setName

public void setName(String name)

addText

public void addText(String text)

setText

public void setText(String text)

resetText

public void resetText()

getText

public String getText()

setAttributes

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

getAttribute

public String getAttribute(String attribute)

getAttributeName

public String getAttributeName(int i)

getAttributeValue

public String getAttributeValue(int i)

getNumAttributes

public int getNumAttributes()