Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » xml » [javadoc | source]
org.apache.cocoon.xml
public class: ImmutableAttributesImpl [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.AttributesImpl
      org.apache.cocoon.xml.AttributesImpl
         org.apache.cocoon.xml.ImmutableAttributesImpl

All Implemented Interfaces:
    Attributes

Immutable attributes
Constructor:
 public ImmutableAttributesImpl() 
 public ImmutableAttributesImpl(Attributes attrs) 
Method from org.apache.cocoon.xml.ImmutableAttributesImpl Summary:
addAttribute,   clear,   removeAttribute,   setAttribute,   setAttributes,   setLocalName,   setQName,   setType,   setURI,   setValue
Methods from org.apache.cocoon.xml.AttributesImpl:
addCDATAAttribute,   addCDATAAttribute,   addCDATAAttribute,   removeAttribute,   removeAttribute
Methods from org.xml.sax.helpers.AttributesImpl:
addAttribute,   clear,   getIndex,   getIndex,   getLength,   getLocalName,   getQName,   getType,   getType,   getType,   getURI,   getValue,   getValue,   getValue,   removeAttribute,   setAttribute,   setAttributes,   setLocalName,   setQName,   setType,   setURI,   setValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.xml.ImmutableAttributesImpl Detail:
 public  void addAttribute(String uri,
    String localName,
    String qName,
    String type,
    String value) 
 public  void clear() 
 public  void removeAttribute(int index) 
 public  void setAttribute(int index,
    String uri,
    String localName,
    String qName,
    String type,
    String value) 
 public  void setAttributes(Attributes atts) 
 public  void setLocalName(int index,
    String localName) 
 public  void setQName(int index,
    String qName) 
 public  void setType(int index,
    String type) 
 public  void setURI(int index,
    String uri) 
 public  void setValue(int index,
    String value)