public class PropertyReplacementFilter extends org.xml.sax.helpers.XMLFilterImpl
Constructor and Description |
---|
PropertyReplacementFilter() |
PropertyReplacementFilter(XMLReader parent) |
PropertyReplacementFilter(XMLReader parent,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] data,
int start,
int length) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
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, startPrefixMapping, unparsedEntityDecl, warning
public PropertyReplacementFilter()
public PropertyReplacementFilter(XMLReader parent)
public PropertyReplacementFilter(XMLReader parent, Properties properties)
public void characters(char[] data, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.XMLFilterImpl
SAXException
XMLFilterImpl.characters(char[], int, int)
public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.XMLFilterImpl
SAXException
XMLFilterImpl.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
Copyright © 2004–2014 Paul Ferraro. All rights reserved.