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.
|
Method Summary |
protected org.xml.sax.helpers.AttributesImpl |
_modifyAttributes(org.xml.sax.helpers.AttributesImpl source)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeDeleter
public AttributeDeleter(java.lang.String uri,
java.lang.String localName)
AttributeDeleter
public AttributeDeleter(java.lang.String uri,
java.lang.String localName,
AttributesModifier next)
_modifyAttributes
protected org.xml.sax.helpers.AttributesImpl _modifyAttributes(org.xml.sax.helpers.AttributesImpl source)
- Overrides:
_modifyAttributes in class AttributesModifier