Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Interface
javax.xml.stream.XMLEventWriter

Packages that use XMLEventWriter
Package Description
javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. 
javax.xml.bind.helpers JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces. 
javax.xml.stream   
javax.xml.transform.stax Provides for StAX-specific transformation APIs. 
 

Uses of XMLEventWriter in javax.xml.bind
 

Methods in javax.xml.bind with parameters of type XMLEventWriter
Modifier and Type Method and Description
 void Marshaller.marshal(Object jaxbElement, XMLEventWriter writer)
          Marshal the content tree rooted at jaxbElement into a XMLEventWriter.
 

Uses of XMLEventWriter in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers with parameters of type XMLEventWriter
Modifier and Type Method and Description
 void AbstractMarshallerImpl.marshal(Object obj, XMLEventWriter writer)
           
 

Uses of XMLEventWriter in javax.xml.stream
 

Methods in javax.xml.stream that return XMLEventWriter
Modifier and Type Method and Description
abstract  XMLEventWriter XMLOutputFactory.createXMLEventWriter(OutputStream stream)
          Create a new XMLEventWriter that writes to a stream
abstract  XMLEventWriter XMLOutputFactory.createXMLEventWriter(OutputStream stream, String encoding)
          Create a new XMLEventWriter that writes to a stream
abstract  XMLEventWriter XMLOutputFactory.createXMLEventWriter(Result result)
          Create a new XMLEventWriter that writes to a JAXP result.
abstract  XMLEventWriter XMLOutputFactory.createXMLEventWriter(Writer stream)
          Create a new XMLEventWriter that writes to a writer
 

Uses of XMLEventWriter in javax.xml.transform.stax
 

Methods in javax.xml.transform.stax that return XMLEventWriter
Modifier and Type Method and Description
 XMLEventWriter StAXResult.getXMLEventWriter()
          Get the XMLEventWriter used by this StAXResult.
 

Constructors in javax.xml.transform.stax with parameters of type XMLEventWriter
Constructor and Description
StAXResult(XMLEventWriter xmlEventWriter)
          Creates a new instance of a StAXResult by supplying an XMLEventWriter.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.