public class ImportFilter extends PMMLFilter
| Constructor and Description |
|---|
ImportFilter() |
ImportFilter(org.xml.sax.XMLReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.transform.sax.SAXSource |
apply(org.xml.sax.InputSource source) |
org.xml.sax.Attributes |
filterAttributes(java.lang.String localName,
org.xml.sax.Attributes attributes) |
java.lang.String |
filterLocalName(java.lang.String localName) |
compare, endElement, endPrefixMapping, getSource, getTarget, hasAttribute, renameAttribute, setAttribute, startElement, startPrefixMappingcharacters, 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, warningpublic ImportFilter()
public ImportFilter(org.xml.sax.XMLReader reader)
public java.lang.String filterLocalName(java.lang.String localName)
filterLocalName in class PMMLFilterpublic org.xml.sax.Attributes filterAttributes(java.lang.String localName,
org.xml.sax.Attributes attributes)
filterAttributes in class PMMLFilterpublic static javax.xml.transform.sax.SAXSource apply(org.xml.sax.InputSource source)
throws org.xml.sax.SAXException
source - An InputSource that contains PMML schema version 3.X or 4.X document.SAXSource that contains PMML schema version 4.2 document.org.xml.sax.SAXExceptionCopyright © 2015 University of Tartu. All Rights Reserved.