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

/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlSerializer.java94 void setOutput (OutputStream os, String encoding) method in interface:XmlSerializer
101 void setOutput (Writer writer) method in interface:XmlSerializer
107 * This method can only be called just after setOutput.
115 * serialized until next call to setOutput()
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlSerializer.java299 public void setOutput(Writer writer) { method in class:KXmlSerializer
327 public void setOutput(OutputStream os, String encoding) method in class:KXmlSerializer
331 setOutput(

Completed in 53 milliseconds