fi.karppinen.xml
Class AttributesImpl

java.lang.Object
  extended by org.xml.sax.helpers.AttributesImpl
      extended by fi.karppinen.xml.AttributesImpl
All Implemented Interfaces:
Attributes

public class AttributesImpl
extends AttributesImpl

Version:
$Id: AttributesImpl.java,v 1.1 2006/10/30 19:57:09 hsivonen Exp $
Author:
hsivonen

Constructor Summary
AttributesImpl()
           
AttributesImpl(Attributes arg0)
           
 
Method Summary
 void addAttribute(String name, String value)
           
 
Methods inherited from class 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 inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesImpl

public AttributesImpl()

AttributesImpl

public AttributesImpl(Attributes arg0)
Parameters:
arg0 -
Method Detail

addAttribute

public void addAttribute(String name,
                         String value)
See Also:
AttributesImpl.addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)