MCPcopy 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

getTextContentMethod · 0.45
getCanonicalXPathMethod · 0.45
isNodeVisibleMethod · 0.45
getFlagForNodeMethod · 0.45
isNodeRejectedMethod · 0.45
checkChildHierarchyMethod · 0.45
getCanonicalXPathMethod · 0.45
getXPathTokenMethod · 0.45
checkChildHierarchyMethod · 0.45
getXPathTokenMethod · 0.45
parseFragmentMethod · 0.45
getByXPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected