Uses of Interface
javax.xml.transform.Result
| Package | Description |
|---|---|
| java.sql | |
| 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.
|
-
Uses of Result in java.sql
-
Uses of Result in javax.xml.transform
Methods in javax.xml.transform with parameters of type Result Modifier and Type Method Description abstract voidTransformer. transform(Source xmlSource, Result outputTarget)Transform the XMLSourceto aResult. -
Uses of Result in javax.xml.transform.dom
Classes in javax.xml.transform.dom that implement Result Modifier and Type Class Description classDOMResultActs as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. -
Uses of Result in javax.xml.transform.sax
Classes in javax.xml.transform.sax that implement Result Modifier and Type Class Description classSAXResultActs as an holder for a transformation Result.Methods in javax.xml.transform.sax with parameters of type Result Modifier and Type Method Description voidTransformerHandler. setResult(Result result)Set theResultassociated with thisTransformerHandlerto be used for the transformation. -
Uses of Result in javax.xml.transform.stream
Classes in javax.xml.transform.stream that implement Result Modifier and Type Class Description classStreamResultActs as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. -
Uses of Result in javax.xml.validation
Methods in javax.xml.validation with parameters of type Result Modifier and Type Method Description abstract voidValidator. validate(Source source, Result result)Validates the specified input and send the augmented validation result to the specified output. -
Uses of Result in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type Result Modifier and Type Method Description SerializationHandlerTransformerImpl. createSerializationHandler(Result outputTarget)Create a result ContentHandler from a Result object, based on the current OutputProperties.SerializationHandlerTransformerImpl. createSerializationHandler(Result outputTarget, OutputProperties format)Create a ContentHandler from a Result object and an OutputProperties.voidTransformerHandlerImpl. setResult(Result result)Enables the user of the TransformerHandler to set the to set the Result for the transformation.voidTransformerIdentityImpl. setResult(Result result)Enables the user of the TransformerHandler to set the to set the Result for the transformation.voidTransformerIdentityImpl. transform(Source source, Result outputTarget)Process the source tree to the output result.voidTransformerImpl. transform(Source xmlSource, Result outputTarget)Process the source tree to the output result.voidTransformerImpl. transform(Source xmlSource, Result outputTarget, boolean shouldRelease)Process the source tree to the output result.voidTransformerImpl. 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.