Class ExportFilter

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader

    public class ExportFilter
    extends PMMLFilter

    A SAX filter that translates PMML schema version 4.4 documents to PMML schema version 3.X and 4.X documents.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xml.sax.Attributes filterAttributes​(java.lang.String localName, org.xml.sax.Attributes attributes)  
      java.lang.String filterLocalName​(java.lang.String localName)  
      • Methods inherited from class org.xml.sax.helpers.XMLFilterImpl

        characters, endDocument, 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, unparsedEntityDecl, warning
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportFilter

        public ExportFilter​(Version target)
      • ExportFilter

        public ExportFilter​(org.xml.sax.XMLReader reader,
                            Version target)
    • Method Detail

      • filterLocalName

        public java.lang.String filterLocalName​(java.lang.String localName)
        Specified by:
        filterLocalName in class PMMLFilter
      • filterAttributes

        public org.xml.sax.Attributes filterAttributes​(java.lang.String localName,
                                                       org.xml.sax.Attributes attributes)
        Specified by:
        filterAttributes in class PMMLFilter