public class ExportFilter extends PMMLFilter
| Constructor and Description |
|---|
ExportFilter(Version target) |
ExportFilter(org.xml.sax.XMLReader reader,
Version target) |
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.transform.sax.SAXSource |
apply(org.xml.sax.InputSource source,
Version version) |
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 ExportFilter(Version target)
public ExportFilter(org.xml.sax.XMLReader reader,
Version target)
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,
Version version)
throws org.xml.sax.SAXException
source - An InputSource that contains PMML schema version 4.2 document.version - The target PMML schema version.SAXSource containing the target PMML schema version document.org.xml.sax.SAXExceptionCopyright © 2015 University of Tartu. All Rights Reserved.