com.raritech.xml.sax.filter
Class AttributeDeleter

java.lang.Object
  |
  +--com.raritech.xml.sax.filter.AttributesModifier
        |
        +--com.raritech.xml.sax.filter.AttributeDeleter

public class AttributeDeleter
extends AttributesModifier

A subclass of AttributesModifier that deletes a particular attribute by name. Used with ProgrammableSAXFilter.


Constructor Summary
AttributeDeleter(java.lang.String uri, java.lang.String localName)
           
AttributeDeleter(java.lang.String uri, java.lang.String localName, AttributesModifier next)
           
 
Method Summary
protected  org.xml.sax.helpers.AttributesImpl _modifyAttributes(org.xml.sax.helpers.AttributesImpl source)
           
 
Methods inherited from class com.raritech.xml.sax.filter.AttributesModifier
modifyAttributes, modifyAttributes, setNextMod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDeleter

public AttributeDeleter(java.lang.String uri,
                        java.lang.String localName)

AttributeDeleter

public AttributeDeleter(java.lang.String uri,
                        java.lang.String localName,
                        AttributesModifier next)
Method Detail

_modifyAttributes

protected org.xml.sax.helpers.AttributesImpl _modifyAttributes(org.xml.sax.helpers.AttributesImpl source)
Overrides:
_modifyAttributes in class AttributesModifier