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

Method getStartLineNumber

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

Returns the line number in the source page where the DOM node starts. @return the line number in the source page where the DOM node starts

()

Source from the content-addressed store, hash-verified

194 * @return the line number in the source page where the DOM node starts
195 */
196 public int getStartLineNumber() {
197 return startLineNumber_;
198 }
199
200 /**
201 * Returns the column number in the source page where the DOM node starts.

Callers 6

isBodyParsedMethod · 0.95
executeMethod · 0.80
doClickStateUpdateMethod · 0.80
doClickStateUpdateMethod · 0.80
submitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected