net.sf.joost.stx.helpers
Interface MutableAttributes

All Superinterfaces:
Attributes
All Known Implementing Classes:
MutableAttributesImpl

public interface MutableAttributes
extends Attributes

Defines mutable SAX attributes.


Method Summary
 void addAttribute(String uri, String lName, String qName, String type, String value)
          Add an attribute to the set of attributes
 void setValue(int index, String value)
          Set the value of an attribute at the specified index
 
Methods inherited from interface org.xml.sax.Attributes
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue
 

Method Detail

setValue

void setValue(int index,
              String value)
Set the value of an attribute at the specified index


addAttribute

void addAttribute(String uri,
                  String lName,
                  String qName,
                  String type,
                  String value)
Add an attribute to the set of attributes