Uses of Interface
javax.xml.transform.Result
Package
Description
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
Provides DOM specific transformation classes.
Provides SAX specific transformation classes.
Provides StAX specific transformation classes.
Provides stream and URI specific transformation classes.
Provides an API for validation of XML documents.
-
Uses of Result in java.sql
-
Uses of Result in javax.xml.stream
Modifier and TypeMethodDescriptionabstract XMLEventWriter
XMLOutputFactory.createXMLEventWriter
(Result result) Create a new XMLEventWriter that writes to a JAXP result.abstract XMLStreamWriter
XMLOutputFactory.createXMLStreamWriter
(Result result) Create a new XMLStreamWriter that writes to a JAXP result. -
Uses of Result in javax.xml.transform
-
Uses of Result in javax.xml.transform.dom
Modifier and TypeClassDescriptionclass
Acts 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
-
Uses of Result in javax.xml.transform.stax
Modifier and TypeClassDescriptionclass
Acts as a holder for an XMLResult
in the form of a StAX writer,i.e. -
Uses of Result in javax.xml.transform.stream
Modifier and TypeClassDescriptionclass
Acts 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