public class ExportFilter extends PMMLFilter
| Constructor and Description |
|---|
ExportFilter(Version version) |
ExportFilter(XMLReader reader,
Version version) |
| Modifier and Type | Method and Description |
|---|---|
static SAXSource |
apply(InputSource source,
Version version) |
String |
filterLocalName(String namespaceURI,
String localName) |
String |
filterNamespaceURI(String namespaceURI) |
endElement, endPrefixMapping, getNamespaceURI, getVersion, 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 version)
public String filterNamespaceURI(String namespaceURI)
filterNamespaceURI in class PMMLFilterpublic String filterLocalName(String namespaceURI, String localName)
filterLocalName in class PMMLFilterpublic static SAXSource apply(InputSource source, Version version) throws 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.SAXExceptionCopyright © 2014 University of Tartu. All Rights Reserved.