|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.Transformer
net.sf.saxon.Controller
net.sf.saxon.IdentityTransformer
Constructor Summary | |
protected |
IdentityTransformer(Configuration config)
|
Method Summary | |
void |
transform(javax.xml.transform.Source source,
javax.xml.transform.Result result)
Perform identify transformation from Source to Result |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected IdentityTransformer(Configuration config)
Method Detail |
public void transform(javax.xml.transform.Source source, javax.xml.transform.Result result) throws javax.xml.transform.TransformerException
transform
in class Controller
source
- The input for the source tree. May be null if and only if an
initial template has been supplied.result
- The destination for the result tree.
javax.xml.transform.TransformerException
- if the transformation fails. As a
special case, the method throws a TerminationException (a subclass
of TransformerException) if the transformation was terminated using
xsl:message terminate="yes".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |