org.knime.base.node.preproc.autobinner.pmml
Class PMMLDiscretizeBinContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.knime.core.node.port.pmml.PMMLContentHandler
org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
final class PMMLDiscretizeBinContentHandler
- extends PMMLContentHandler
- Author:
- Heiko Hofer
| Methods inherited from class org.knime.core.node.port.pmml.PMMLContentHandler |
addPMMLModel, addPMMLModelContent, canReadPMMLVersion, endPrefixMapping, getPMMLModelFragment, getPreferredWriteVersion, getSupportedVersions, ignorableWhitespace, parse, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PMMLDiscretizeBinContentHandler
public PMMLDiscretizeBinContentHandler(Stack<PMMLContentHandler> contentHandlerStack,
Attributes atts,
List<PMMLDiscretizeBin> list)
- Parameters:
contentHandlerStack - stack of content handlersatts - the attributes of a PMMLIntervallist - the list is used to store the read PMMLInterval
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
-
- Specified by:
characters in interface ContentHandler- Specified by:
characters in class PMMLContentHandler
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
-
- Specified by:
endDocument in interface ContentHandler- Specified by:
endDocument in class PMMLContentHandler
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String name)
throws SAXException
-
- Specified by:
endElement in interface ContentHandler- Specified by:
endElement in class PMMLContentHandler
- Throws:
SAXException
startElement
public void startElement(String uri,
String localName,
String name,
Attributes atts)
throws SAXException
-
- Specified by:
startElement in interface ContentHandler- Specified by:
startElement in class PMMLContentHandler
- Throws:
SAXException
Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.