Uses of Interface
javax.xml.stream.XMLStreamWriter
Packages that use XMLStreamWriter
包
描述
Defines interfaces and classes for the Streaming API for XML (StAX).
Provides StAX specific transformation classes.
-
Uses of XMLStreamWriter in javax.xml.stream
Methods in javax.xml.stream that return XMLStreamWriter修饰符和类方法描述abstract XMLStreamWriter
XMLOutputFactory.createXMLStreamWriter
(OutputStream stream) Create a new XMLStreamWriter that writes to a streamabstract XMLStreamWriter
XMLOutputFactory.createXMLStreamWriter
(OutputStream stream, String encoding) Create a new XMLStreamWriter that writes to a streamabstract XMLStreamWriter
XMLOutputFactory.createXMLStreamWriter
(Writer stream) Create a new XMLStreamWriter that writes to a writerabstract XMLStreamWriter
XMLOutputFactory.createXMLStreamWriter
(Result result) Create a new XMLStreamWriter that writes to a JAXP result. -
Uses of XMLStreamWriter in javax.xml.transform.stax
Methods in javax.xml.transform.stax that return XMLStreamWriterConstructors in javax.xml.transform.stax with parameters of type XMLStreamWriterModifierConstructor描述StAXResult
(XMLStreamWriter xmlStreamWriter) Creates a new instance of aStAXResult
by supplying anXMLStreamWriter
.