Frames | No Frames |
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.
|
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.
|
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()
|
Methods with parameter type javax.xml.transform.Result | |
void | Process the source tree to the output result.
|
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. |
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 | Process the source tree to the output result.
|
void | Process the source tree to the output result.
|
void | 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.
|