This method of the Parser class creates an output stream that best matches the XML data format found during parsing. For example, this will match big endian or little endian XML data formats.
public final XMLOutputStream createOutputStream(OutputStream out);
Returns an XMLOutputStream object that uses the newline separator defined by the system property "line.separator".
out | The output stream. |