public class ImportFilter extends XMLFilterImpl
| Constructor and Description |
|---|
ImportFilter() |
ImportFilter(XMLReader parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String namespaceURI,
String localName,
String qualifiedName) |
void |
startElement(String namespaceURI,
String localName,
String qualifiedName,
Attributes attributes) |
characters, 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 ImportFilter()
public ImportFilter(XMLReader parent)
public void startElement(String namespaceURI, String localName, String qualifiedName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class XMLFilterImplSAXExceptionpublic void endElement(String namespaceURI, String localName, String qualifiedName) throws SAXException
endElement in interface ContentHandlerendElement in class XMLFilterImplSAXExceptionCopyright © 2014 University of Tartu. All Rights Reserved.