MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / getName

Method getName

htmlflow-core/src/main/java/htmlflow/HtmlDoc.java:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 @Override
49 public String getName() {
50 return "HtmlDoc";
51 }
52
53 @Override
54 public HtmlPage setIndented(boolean isIndented) {

Callers 7

testSelfMethod · 0.95
appendAttributeMethod · 0.45
__Method · 0.45
getParentMethod · 0.45
visitElementMethod · 0.45
visitParentMethod · 0.45

Calls

no outgoing calls

Tested by 1

testSelfMethod · 0.76