net.sf.webmancer.util.xml.sax
Class RichAttributesImpl

java.lang.Object
  extended by org.xml.sax.helpers.AttributesImpl
      extended by net.sf.webmancer.util.xml.sax.RichAttributesImpl
All Implemented Interfaces:
org.xml.sax.Attributes

public class RichAttributesImpl
extends org.xml.sax.helpers.AttributesImpl

Author:
Michal Burda

Constructor Summary
RichAttributesImpl()
           
 
Method Summary
 void addAttribute(javax.xml.namespace.QName qName, java.lang.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

RichAttributesImpl

public RichAttributesImpl()
Method Detail

addAttribute

public void addAttribute(javax.xml.namespace.QName qName,
                         java.lang.String value)
Parameters:
qName -
value -


Copyright © 2006-2007. All Rights Reserved.