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, warningpublic 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 ContentHandlercharacters in class org.xml.sax.helpers.XMLFilterImplSAXExceptionXMLFilterImpl.characters(char[], int, int)public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionXMLFilterImpl.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)Copyright © 2004–2014 Paul Ferraro. All rights reserved.