Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ getNodeType
Method
getNodeType
src/main/java/org/htmlunit/html/DomAttr.java:62–65 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
60
* {@inheritDoc}
61
*/
62
@Override
63
public
short getNodeType() {
64
return
ATTRIBUTE_NODE;
65
}
66
67
/**
68
* {@inheritDoc}
Callers
13
getTextContent
Method · 0.45
getCanonicalXPath
Method · 0.45
isNodeVisible
Method · 0.45
getFlagForNode
Method · 0.45
isNodeRejected
Method · 0.45
checkChildHierarchy
Method · 0.45
getCanonicalXPath
Method · 0.45
getXPathToken
Method · 0.45
checkChildHierarchy
Method · 0.45
getXPathToken
Method · 0.45
parseFragment
Method · 0.45
getByXPath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected