MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / toString

Method toString

CodenameOne/src/com/codename1/xml/Element.java:764–767  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

762 ///
763 /// a printable string representing this element
764 @Override
765 public String toString() {
766 return toString("");
767 }
768
769 /// A recursive method for creating a printout of a full tag with its entire hierarchy.
770 /// This is used by the public method toString().

Callers 1

buildMethod · 0.95

Calls 9

appendMethod · 0.95
getTagNameMethod · 0.95
hasMoreElementsMethod · 0.95
nextElementMethod · 0.95
toStringMethod · 0.95
appendMethod · 0.65
keysMethod · 0.65
getMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected