public class PropertyReplacementFilter extends 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 |
endElement(String uri,
String localName,
String qName) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
endDocument, 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 endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class XMLFilterImpl
SAXException
public void characters(char[] data, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class 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 XMLFilterImpl
SAXException
XMLFilterImpl.startElement(java.lang.String,
java.lang.String, java.lang.String, org.xml.sax.Attributes)
Copyright © 2018. All rights reserved.