MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / write

Method write

src/org/kxml2/kdom/Node.java:312–315  ·  view source on GitHub ↗

Writes this node to the given XmlWriter. For node and document, this method is identical to writeChildren, except that the stream is flushed automatically.

(XmlSerializer writer)

Source from the content-addressed store, hash-verified

310 stream is flushed automatically. */
311
312 public void write(XmlSerializer writer) throws IOException {
313 writeChildren(writer);
314 writer.flush();
315 }
316
317 /** Writes the children of this node to the given XmlWriter. */
318

Callers 3

saveBookmarksMethod · 0.45
writeDataMethod · 0.45
writeChildrenMethod · 0.45

Calls 2

writeChildrenMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected