Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ getFirstChild
Method
getFirstChild
src/main/java/org/htmlunit/html/DomNode.java:328–331 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
326
* {@inheritDoc}
327
*/
328
@Override
329
public
DomNode getFirstChild() {
330
return
firstChild_;
331
}
332
333
/**
334
* Returns {@code true}
if
this node is an ancestor of the specified node.
Callers
15
xpath1
Method · 0.95
nonElementHasAttributes
Method · 0.95
nonElementGetPrefix
Method · 0.95
nonElementGetNamespaceURI
Method · 0.95
nonElementGetLocalName
Method · 0.95
nonElementSetPrefix
Method · 0.95
removeAllChildren
Method · 0.95
getInsertAdjacentLocation
Method · 0.95
prepend
Method · 0.95
normalize
Method · 0.95
printChildrenAsXml
Method · 0.95
removeAllChildren
Method · 0.95
Calls
no outgoing calls
Tested by
15
xpath1
Method · 0.76
nonElementHasAttributes
Method · 0.76
nonElementGetPrefix
Method · 0.76
nonElementGetNamespaceURI
Method · 0.76
nonElementGetLocalName
Method · 0.76
nonElementSetPrefix
Method · 0.76
removeAllChildren
Method · 0.76
cssErrorHandler
Method · 0.36
test
Method · 0.36
init
Method · 0.36
clonedRowHasDifferentChildren
Method · 0.36
clonedCellHasDifferentChildren
Method · 0.36