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

Method write

src/org/kxml2/kdom/Document.java:120–126  ·  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

118 stream is flushed automatically. */
119
120 public void write(XmlSerializer writer)
121 throws IOException {
122
123 writer.startDocument(encoding, standalone);
124 writeChildren(writer);
125 writer.endDocument();
126 }
127
128
129}

Callers

nothing calls this directly

Calls 1

writeChildrenMethod · 0.80

Tested by

no test coverage detected