MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / isId

Method isId

src/main/java/org/htmlunit/html/DomAttr.java:150–153  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

148 * {@inheritDoc}
149 */
150 @Override
151 public boolean isId() {
152 return DomElement.ID_ATTRIBUTE.equals(getNodeName());
153 }
154
155 /**
156 * {@inheritDoc}

Callers

nothing calls this directly

Calls 2

getNodeNameMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected