Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testWrongParentUse
Method · 0.80
copyElement
Method · 0.80
Calls
1
getName
Method · 0.45
Tested by
1
testWrongParentUse
Method · 0.64