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

Method getParent

htmlflow-core/src/main/java/htmlflow/HtmlPage.java:118–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 public Element getParent() {
120 throw new IllegalStateException(
121 getName() + " is the root of Html tree and it has not any parent."
122 );
123 }
124}

Callers 2

testWrongParentUseMethod · 0.80
copyElementMethod · 0.80

Calls 1

getNameMethod · 0.45

Tested by 1

testWrongParentUseMethod · 0.64