Uses of Interface
javax.xml.stream.XMLEventWriter
Packages that use XMLEventWriter
包
描述
Defines interfaces and classes for the Streaming API for XML (StAX).
Provides StAX specific transformation classes.
-
Uses of XMLEventWriter in javax.xml.stream
Methods in javax.xml.stream that return XMLEventWriter修饰符和类方法描述abstract XMLEventWriterXMLOutputFactory.createXMLEventWriter(OutputStream stream) Create a new XMLEventWriter that writes to a streamabstract XMLEventWriterXMLOutputFactory.createXMLEventWriter(OutputStream stream, String encoding) Create a new XMLEventWriter that writes to a streamabstract XMLEventWriterXMLOutputFactory.createXMLEventWriter(Writer stream) Create a new XMLEventWriter that writes to a writerabstract XMLEventWriterXMLOutputFactory.createXMLEventWriter(Result result) Create a new XMLEventWriter that writes to a JAXP result. -
Uses of XMLEventWriter in javax.xml.transform.stax
Methods in javax.xml.transform.stax that return XMLEventWriterConstructors in javax.xml.transform.stax with parameters of type XMLEventWriterModifierConstructor描述StAXResult(XMLEventWriter xmlEventWriter) Creates a new instance of aStAXResultby supplying anXMLEventWriter.