|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
javax.xml.transform | Base "TRAX" API for XSLT transformers. |
javax.xml.transform.dom | Support for DOM inputs and outputs to transformers. |
javax.xml.transform.sax | Support for SAX2-based XSLT transformers. |
javax.xml.transform.stream | Support for text stream inputs and outputs to transformers. |
Uses of Result in javax.xml.transform |
Methods in javax.xml.transform with parameters of type Result | |
abstract void |
Transformer.transform(Source source,
Result result)
Apply the appropriate transformation |
Uses of Result in javax.xml.transform.dom |
Classes in javax.xml.transform.dom that implement Result | |
class |
DOMResult
DOM Result |
Uses of Result in javax.xml.transform.sax |
Classes in javax.xml.transform.sax that implement Result | |
class |
SAXResult
Collects the result of a SAX transform. |
Methods in javax.xml.transform.sax with parameters of type Result | |
void |
TransformerHandler.setResult(Result result)
Assigns the result of the transform. |
Uses of Result in javax.xml.transform.stream |
Classes in javax.xml.transform.stream that implement Result | |
class |
StreamResult
Stream Result |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.