org.dmg.pmml
Class ImportFilter

java.lang.Object
  extended by org.xml.sax.helpers.XMLFilterImpl
      extended by org.dmg.pmml.ImportFilter
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader

public class ImportFilter
extends XMLFilterImpl


Constructor Summary
ImportFilter()
           
ImportFilter(XMLReader parent)
           
 
Method Summary
 void endElement(String namespaceURI, String localName, String qualifiedName)
           
 void startElement(String namespaceURI, String localName, String qualifiedName, Attributes attributes)
           
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
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, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportFilter

public ImportFilter()

ImportFilter

public ImportFilter(XMLReader parent)
Method Detail

startElement

public void startElement(String namespaceURI,
                         String localName,
                         String qualifiedName,
                         Attributes attributes)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class XMLFilterImpl
Throws:
SAXException

endElement

public void endElement(String namespaceURI,
                       String localName,
                       String qualifiedName)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class XMLFilterImpl
Throws:
SAXException


Copyright © 2012 University of Tartu. All Rights Reserved.