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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLOutputFactoryImpl.java115 return createXMLStreamWriter(toStreamResult(null, writer, null) , null);
123 return createXMLStreamWriter(toStreamResult(outputStream, null, null) , encoding);
169 StreamResult toStreamResult(OutputStream os, Writer writer, String systemId){ method in class:XMLOutputFactoryImpl

Completed in 37 milliseconds