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

Method getAttributes

src/main/java/org/htmlunit/html/DomNode.java:666–669  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

664 * {@inheritDoc}
665 */
666 @Override
667 public NamedNodeMap getAttributes() {
668 return EMPTY_NAMED_NODE_MAP;
669 }
670
671 /**
672 * <p>Returns {@code true} if this node is displayed and can be visible to the user

Callers 13

getValueMethod · 0.95
transformMethod · 0.95
convertFunction · 0.45
onItemFunction · 0.45
verifyRefDeleteFunction · 0.45
onItemFunction · 0.45
getElementsByTagName2Method · 0.45
getElementsByTagNameMethod · 0.45
getNamespacesMethod · 0.45
toMapMethod · 0.45
copyAttributesMethod · 0.45

Calls

no outgoing calls

Tested by 2

getElementsByTagName2Method · 0.36
getElementsByTagNameMethod · 0.36