|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.InputSource
com.metamatrix.query.processor.dynamic.TupleInputSource
public class TupleInputSource
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 |
---|
public TupleInputSource(java.lang.String[] columns, java.lang.Class[] types, TupleSource source)
Method Detail |
---|
public void parse(org.xml.sax.ContentHandler saxHandler) throws org.xml.sax.SAXException
saxHandler
-
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |