Uses of Interface javax.xml.transform.Result

Uses in package org.apache.xalan.xsltc.trax

Methods with parameter type javax.xml.transform.Result

SerializationHandler
Create an output handler for the transformation output based on the type and contents of the TrAX Result object passed to the transform() method.
void
Implements javax.xml.transform.sax.TransformerHandler.setResult() Enables the user of the TransformerHandler to set the to set the Result for the transformation.
void
Implements JAXP's Transformer.transform()

Uses in package javax.xml.transform.dom

Classes implementing javax.xml.transform.Result

class
Acts as a holder for a transformation result tree, in the form of a Document Object Model (DOM) tree.

Uses in package javax.xml.transform.sax

Classes implementing javax.xml.transform.Result

class
Acts as an holder for a transformation Result.

Methods with parameter type javax.xml.transform.Result

void
Enables the user of the TransformerHandler to set the to set the Result for the transformation.

Uses in package javax.xml.transform.stream

Classes implementing javax.xml.transform.Result

class
Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.

Uses in package javax.xml.transform

Methods with parameter type javax.xml.transform.Result

void
Transformer.transform(Source xmlSource, Result outputTarget)
Process the source tree to the output result.

Uses in package org.apache.xalan.transformer

Methods with parameter type javax.xml.transform.Result

SerializationHandler
Create a result ContentHandler from a Result object, based on the current OutputProperties.
SerializationHandler
Create a ContentHandler from a Result object and an OutputProperties.
void
Set the original output target.
void
Enables the user of the TransformerHandler to set the to set the Result for the transformation.
void
Enables the user of the TransformerHandler to set the to set the Result for the transformation.
void
Process the source tree to the output result.
void
TransformerImpl.transform(Source xmlSource, Result outputTarget)
Process the source tree to the output result.
void
TransformerImpl.transform(Source xmlSource, Result outputTarget, boolean shouldRelease)
Process the source tree to the output result.
void
TransformerImpl.transformNode(int node, Result outputTarget)
Process the source node to the output result, if the processor supports the "http://xml.org/trax/features/dom/input" feature.

Methods with return type javax.xml.transform.Result

Result
Get the original output target.

Copyright B) 2004 Apache XML Project. All Rights Reserved.