com.metamatrix.query.processor.dynamic
Class TupleInputSource

java.lang.Object
  extended by org.xml.sax.InputSource
      extended by com.metamatrix.query.processor.dynamic.TupleInputSource

public class TupleInputSource
extends org.xml.sax.InputSource

A extend class which defines the "InputSource" interface on a MetaMatrix's TupleSource. This will be used as in SaxSource's input source object to represent the tuple as sax stream.


Constructor Summary
TupleInputSource(java.lang.String[] columns, java.lang.Class[] types, TupleSource source)
           
 
Method Summary
 void parse(org.xml.sax.ContentHandler saxHandler)
          This will be called by the extended XMLReader to parse the Tuple source.
 
Methods inherited from class org.xml.sax.InputSource
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleInputSource

public TupleInputSource(java.lang.String[] columns,
                        java.lang.Class[] types,
                        TupleSource source)
Method Detail

parse

public void parse(org.xml.sax.ContentHandler saxHandler)
           throws org.xml.sax.SAXException
This will be called by the extended XMLReader to parse the Tuple source.

Parameters:
saxHandler -
Throws:
org.xml.sax.SAXException


Copyright © 2009. All Rights Reserved.