ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReaderpublic class PropertyReplacementFilter extends XMLFilterImpl
| Constructor | Description |
|---|---|
PropertyReplacementFilter() |
|
PropertyReplacementFilter(XMLReader parent) |
|
PropertyReplacementFilter(XMLReader parent,
Properties properties) |
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendDocument, 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 © 2018. All rights reserved.