MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / toString

Method toString

src/main/java/org/htmlunit/html/DomComment.java:77–80  ·  view source on GitHub ↗

Returns a simple string representation to facilitate debugging. @return a simple string representation

()

Source from the content-addressed store, hash-verified

75 * @return a simple string representation
76 */
77 @Override
78 public String toString() {
79 return asXml();
80 }
81
82 /**
83 * {@inheritDoc}

Callers

nothing calls this directly

Calls 1

asXmlMethod · 0.45

Tested by

no test coverage detected