public class ExtendedXMLFilterImpl
extends org.xml.sax.helpers.XMLFilterImpl
Constructor and Description |
---|
ExtendedXMLFilterImpl(org.xml.sax.XMLReader reader)
Create filter.
|
Modifier and Type | Method and Description |
---|---|
void |
removeAttribute(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name)
Remove attribute.
|
void |
setAttributeValue(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name,
boolean value)
Set boolean attribute value.
|
void |
setAttributeValue(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name,
int value)
Set integer attribute value.
|
void |
setAttributeValue(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name,
java.lang.String value)
Set attribute value.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public ExtendedXMLFilterImpl(org.xml.sax.XMLReader reader)
reader
- The XML reader to filter.public void setAttributeValue(org.xml.sax.helpers.AttributesImpl attributes, java.lang.String name, java.lang.String value)
attributes
- attributesname
- attribute namevalue
- attribute valuepublic void setAttributeValue(org.xml.sax.helpers.AttributesImpl attributes, java.lang.String name, boolean value)
attributes
- attributesname
- attribute namevalue
- attribute valuepublic void setAttributeValue(org.xml.sax.helpers.AttributesImpl attributes, java.lang.String name, int value)
attributes
- attributesname
- attribute namevalue
- attribute valuepublic void removeAttribute(org.xml.sax.helpers.AttributesImpl attributes, java.lang.String name)
attributes
- attributesname
- attribute name