MCPcopy Create free account
hub / github.com/Tickaroo/tikxml / of

Method of

core/src/main/java/com/tickaroo/tikxml/XmlWriter.java:110–112  ·  view source on GitHub ↗

Returns a new instance.

(BufferedSink source)

Source from the content-addressed store, hash-verified

108 * Returns a new instance.
109 */
110 public static XmlWriter of(BufferedSink source) {
111 return new XmlWriter(source);
112 }
113
114 private void pushStack(int newTop) {
115 if (stackSize == stack.length) {

Calls

no outgoing calls

Tested by 15

stringAttributeMethod · 0.76
intAttributeMethod · 0.76
longAttributeMethod · 0.76
doubleAttributeMethod · 0.76
booleanAttributeMethod · 0.76
validTextContentMethod · 0.76
validTextContentCDataMethod · 0.76