net.sf.tomp.xtcl.source
Class XTSAXSource

java.lang.Object
  extended by javax.xml.transform.sax.SAXSource
      extended by net.sf.tomp.xtcl.source.XTSAXSource
All Implemented Interfaces:
javax.xml.transform.Source, Parametrized

public class XTSAXSource
extends javax.xml.transform.sax.SAXSource
implements Parametrized

Parametrized extension of the SAXSource

Author:
tomp

Field Summary
protected  net.sf.tomp.xml.sax.ParametrizedXMLReader xmlReader
          Parametrized XMLReader
 
Fields inherited from class javax.xml.transform.sax.SAXSource
FEATURE
 
Constructor Summary
XTSAXSource(net.sf.tomp.xml.sax.ParametrizedXMLReader r, org.xml.sax.InputSource is)
          Creates a new XTSAXSource object.
 
Method Summary
 void setParameter(java.lang.String k, java.lang.Object v)
          sets the parameter
 
Methods inherited from class javax.xml.transform.sax.SAXSource
getInputSource, getSystemId, getXMLReader, setInputSource, setSystemId, setXMLReader, sourceToInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlReader

protected net.sf.tomp.xml.sax.ParametrizedXMLReader xmlReader
Parametrized XMLReader

Constructor Detail

XTSAXSource

public XTSAXSource(net.sf.tomp.xml.sax.ParametrizedXMLReader r,
                   org.xml.sax.InputSource is)
Creates a new XTSAXSource object.

Parameters:
r - ParametrizedXMLReader to be used for reading the InputSource
is - the InputSource to be read
Method Detail

setParameter

public void setParameter(java.lang.String k,
                         java.lang.Object v)
Description copied from interface: Parametrized
sets the parameter

Specified by:
setParameter in interface Parametrized
Parameters:
k - parameter name
v - parameter value
See Also:
Parametrized.setParameter(java.lang.String, java.lang.Object)


Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.