|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.databinding.impl.BaseTransformer<org.xml.sax.InputSource,org.xml.sax.ContentHandler>
org.apache.tuscany.sca.databinding.xml.InputSource2SAX
public class InputSource2SAX
Push InputSource to SAX
| Constructor Summary | |
|---|---|
InputSource2SAX()
|
|
| Method Summary | |
|---|---|
java.lang.Class<org.xml.sax.InputSource> |
getSourceType()
|
java.lang.Class<org.xml.sax.ContentHandler> |
getTargetType()
|
int |
getWeight()
Get the cost of the transformation. |
void |
transform(org.xml.sax.InputSource source,
org.xml.sax.ContentHandler target,
TransformationContext context)
|
| Methods inherited from class org.apache.tuscany.sca.databinding.impl.BaseTransformer |
|---|
getSourceDataBinding, getTargetDataBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.tuscany.sca.databinding.Transformer |
|---|
getSourceDataBinding, getTargetDataBinding |
| Constructor Detail |
|---|
public InputSource2SAX()
| Method Detail |
|---|
public void transform(org.xml.sax.InputSource source,
org.xml.sax.ContentHandler target,
TransformationContext context)
transform in interface PushTransformer<org.xml.sax.InputSource,org.xml.sax.ContentHandler>source - The source datatarget - The sink to receive the datapublic java.lang.Class<org.xml.sax.InputSource> getSourceType()
getSourceType in class BaseTransformer<org.xml.sax.InputSource,org.xml.sax.ContentHandler>public java.lang.Class<org.xml.sax.ContentHandler> getTargetType()
getTargetType in class BaseTransformer<org.xml.sax.InputSource,org.xml.sax.ContentHandler>public int getWeight()
Transformer
getWeight in interface TransformergetWeight in class BaseTransformer<org.xml.sax.InputSource,org.xml.sax.ContentHandler>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||