Uses of Interface
javax.xml.stream.XMLEventWriter
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
Provides StAX specific transformation classes.
-
Uses of XMLEventWriter in javax.xml.stream
Modifier and TypeMethodDescriptionabstract XMLEventWriter
XMLOutputFactory.createXMLEventWriter(OutputStream stream)
Create a new XMLEventWriter that writes to a streamabstract XMLEventWriter
XMLOutputFactory.createXMLEventWriter(OutputStream stream, String encoding)
Create a new XMLEventWriter that writes to a streamabstract XMLEventWriter
XMLOutputFactory.createXMLEventWriter(Writer stream)
Create a new XMLEventWriter that writes to a writerabstract XMLEventWriter
XMLOutputFactory.createXMLEventWriter(Result result)
Create a new XMLEventWriter that writes to a JAXP result. -
Uses of XMLEventWriter in javax.xml.transform.stax
Modifier and TypeMethodDescriptionStAXResult.getXMLEventWriter()
Get theXMLEventWriter
used by thisStAXResult
.ModifierConstructorDescriptionStAXResult(XMLEventWriter xmlEventWriter)
Creates a new instance of aStAXResult
by supplying anXMLEventWriter
.