Searched defs:setOutput (Results 1 - 3 of 3) 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.java337 public void setOutput(Writer writer) { method in class:KXmlSerializer
358 public void setOutput(OutputStream os, String encoding) method in class:KXmlSerializer
362 setOutput(
/libcore/luni/src/test/java/libcore/xml/
H A DXmlPullParserFactoryTest.java155 public void setOutput(OutputStream os, String encoding) throws IOException { method in class:XmlPullParserFactoryTest.XmlSerializerStub
158 public void setOutput(Writer writer) throws IOException { method in class:XmlPullParserFactoryTest.XmlSerializerStub

Completed in 375 milliseconds