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, warningpublic 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 ContentHandlerendElement in class XMLFilterImplSAXExceptionpublic void characters(char[] data,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class XMLFilterImplSAXExceptionXMLFilterImpl.characters(char[], int, int)public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class XMLFilterImplSAXExceptionXMLFilterImpl.startElement(java.lang.String,
java.lang.String, java.lang.String, org.xml.sax.Attributes)Copyright © 2019. All rights reserved.