Searched defs:createXMLStreamWriter (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider1/xp1/
H A DXMLOutputFactoryImpl.java38 public XMLStreamWriter createXMLStreamWriter(Writer stream) throws XMLStreamException { method in class:XMLOutputFactoryImpl
43 public XMLStreamWriter createXMLStreamWriter(OutputStream stream) throws XMLStreamException { method in class:XMLOutputFactoryImpl
48 public XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) method in class:XMLOutputFactoryImpl
54 public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException { method in class:XMLOutputFactoryImpl
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/xwp/
H A DXMLOutputFactoryWrapper.java39 public XMLStreamWriter createXMLStreamWriter(Writer stream) throws XMLStreamException { method in class:XMLOutputFactoryWrapper
44 public XMLStreamWriter createXMLStreamWriter(OutputStream stream) throws XMLStreamException { method in class:XMLOutputFactoryWrapper
49 public XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) method in class:XMLOutputFactoryWrapper
55 public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException { method in class:XMLOutputFactoryWrapper
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXOutputFactory.java71 public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException { method in class:StAXOutputFactory
127 public XMLStreamWriter createXMLStreamWriter(Write method in class:StAXOutputFactory
131 public XMLStreamWriter createXMLStreamWriter(OutputStream outputStream) throws XMLStreamException { method in class:StAXOutputFactory
135 public XMLStreamWriter createXMLStreamWriter(OutputStream outputStream, String encoding) throws XMLStreamException { method in class:StAXOutputFactory
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/
H A DXMLOutputFactoryImpl.java90 public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(javax.xml.transform.Result result) throws javax.xml.stream.XMLStreamException { method in class:XMLOutputFactoryImpl
114 public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer writer) throws javax.xml.stream.XMLStreamException { method in class:XMLOutputFactoryImpl
118 public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream outputStream) throws javax.xml.stream.XMLStreamException { method in class:XMLOutputFactoryImpl
122 public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream outputStream, String encoding) throws javax.xml.stream.XMLStreamException { method in class:XMLOutputFactoryImpl
177 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(javax.xml.transform.stream.StreamResult sr, String encoding) throws javax.xml.stream.XMLStreamException { method in class:XMLOutputFactoryImpl
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/
H A DXMLOutputFactory.java307 public abstract XMLStreamWriter createXMLStreamWriter(java.io.Writer stream) throws XMLStreamException; method in class:XMLOutputFactory
314 public abstract XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream) throws XMLStreamException; method in class:XMLOutputFactory
322 public abstract XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream, method in class:XMLOutputFactory
332 public abstract XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException; method in class:XMLOutputFactory
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/streaming/
H A DXMLStreamWriterFactory.java207 public static XMLStreamWriter createXMLStreamWriter(OutputStream out) { method in class:XMLStreamWriterFactory
215 public static XMLStreamWriter createXMLStreamWriter(OutputStream out, String encoding) { method in class:XMLStreamWriterFactory
223 public static XMLStreamWriter createXMLStreamWriter(OutputStream out, String encoding, boolean declare) { method in class:XMLStreamWriterFactory

Completed in 105 milliseconds