org.knime.core.node.port.pmml
Class PMMLContentHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.knime.core.node.port.pmml.PMMLContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
DataDictionaryContentHandler, ExtractModelTypeHandler, MiningSchemaContentHandler, PMMLAssociationRuleHandler, PMMLClusterHandler, PMMLDecisionTreeHandler, PMMLMasterContentHandler, PMMLNeuralNetworkHandler, PMMLRegressionContentHandler, PMMLSVMHandler

public abstract class PMMLContentHandler
extends DefaultHandler
implements ContentHandler

Author:
Fabian Dill, University of Konstanz

Constructor Summary
PMMLContentHandler()
           
 
Method Summary
abstract  void characters(char[] ch, int start, int length)
          
abstract  void endDocument()
          
abstract  void endElement(String uri, String localName, String name)
          
 void endPrefixMapping(String prefix)
          
 void ignorableWhitespace(char[] ch, int start, int length)
          
 void processingInstruction(String target, String data)
          
 void setDocumentLocator(Locator locator)
          
 void skippedEntity(String name)
          
 void startDocument()
          
abstract  void startElement(String uri, String localName, String name, Attributes atts)
          
 void startPrefixMapping(String prefix, String uri)
          
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
error, fatalError, notationDecl, resolveEntity, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMMLContentHandler

public PMMLContentHandler()
Method Detail

characters

public abstract void characters(char[] ch,
                                int start,
                                int length)
                         throws SAXException

Specified by:
characters in interface ContentHandler
Overrides:
characters in class DefaultHandler
Throws:
SAXException

endDocument

public abstract void endDocument()
                          throws SAXException

Specified by:
endDocument in interface ContentHandler
Overrides:
endDocument in class DefaultHandler
Throws:
SAXException

endElement

public abstract void endElement(String uri,
                                String localName,
                                String name)
                         throws SAXException

Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DefaultHandler
Throws:
SAXException

startElement

public abstract void startElement(String uri,
                                  String localName,
                                  String name,
                                  Attributes atts)
                           throws SAXException

Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler
Throws:
SAXException

endPrefixMapping

public void endPrefixMapping(String prefix)
                      throws SAXException

Specified by:
endPrefixMapping in interface ContentHandler
Overrides:
endPrefixMapping in class DefaultHandler
Throws:
SAXException

ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
                         throws SAXException

Specified by:
ignorableWhitespace in interface ContentHandler
Overrides:
ignorableWhitespace in class DefaultHandler
Throws:
SAXException

processingInstruction

public void processingInstruction(String target,
                                  String data)
                           throws SAXException

Specified by:
processingInstruction in interface ContentHandler
Overrides:
processingInstruction in class DefaultHandler
Throws:
SAXException

setDocumentLocator

public void setDocumentLocator(Locator locator)

Specified by:
setDocumentLocator in interface ContentHandler
Overrides:
setDocumentLocator in class DefaultHandler

skippedEntity

public void skippedEntity(String name)
                   throws SAXException

Specified by:
skippedEntity in interface ContentHandler
Overrides:
skippedEntity in class DefaultHandler
Throws:
SAXException

startDocument

public void startDocument()
                   throws SAXException

Specified by:
startDocument in interface ContentHandler
Overrides:
startDocument in class DefaultHandler
Throws:
SAXException

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
                        throws SAXException

Specified by:
startPrefixMapping in interface ContentHandler
Overrides:
startPrefixMapping in class DefaultHandler
Throws:
SAXException


Copyright, 2003 - 2010. 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.