Package | Description |
---|---|
javax.xml.transform | |
javax.xml.transform.dom | |
javax.xml.transform.sax | |
javax.xml.transform.stream | |
javax.xml.validation | |
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xsltc.trax |
Modifier and Type | Method and Description |
---|---|
abstract void |
Transformer.transform(Source xmlSource,
Result outputTarget)
Transform the XML
Source to a Result . |
Modifier and Type | Class and Description |
---|---|
class |
DOMResult
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
|
Modifier and Type | Class and Description |
---|---|
class |
SAXResult
Acts as an holder for a transformation Result.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerHandler.setResult(Result result)
Set the
Result associated with this
TransformerHandler to be used for the transformation. |
Modifier and Type | Class and Description |
---|---|
class |
StreamResult
Acts as an holder for a transformation result,
which may be XML, plain Text, HTML, or some other form of markup.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Validator.validate(Source source,
Result result)
Validates the specified input and send the augmented validation
result to the specified output.
|
Modifier and Type | Method and Description |
---|---|
Result |
TransformerImpl.getOutputTarget()
Get the original output target.
|
Modifier and Type | Method and Description |
---|---|
SerializationHandler |
TransformerImpl.createSerializationHandler(Result outputTarget)
Create a result ContentHandler from a Result object, based
on the current OutputProperties.
|
SerializationHandler |
TransformerImpl.createSerializationHandler(Result outputTarget,
OutputProperties format)
Create a ContentHandler from a Result object and an OutputProperties.
|
void |
TransformerImpl.setOutputTarget(Result outputTarget)
Set the original output target.
|
void |
TransformerIdentityImpl.setResult(Result result)
Enables the user of the TransformerHandler to set the
to set the Result for the transformation.
|
void |
TransformerHandlerImpl.setResult(Result result)
Enables the user of the TransformerHandler to set the
to set the Result for the transformation.
|
void |
TransformerImpl.transform(Source xmlSource,
Result outputTarget)
Process the source tree to the output result.
|
void |
TransformerIdentityImpl.transform(Source source,
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.
|
Modifier and Type | Method and Description |
---|---|
SerializationHandler |
TransformerImpl.getOutputHandler(Result result)
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 |
TransformerHandlerImpl.setResult(Result result)
Implements javax.xml.transform.sax.TransformerHandler.setResult()
Enables the user of the TransformerHandler to set the to set the Result
for the transformation.
|
void |
TransformerImpl.transform(Source source,
Result result)
Implements JAXP's Transformer.transform()
|
Copyright © 2014 Apache XML Project. All Rights Reserved.