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

Method getEndLineNumber

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

Returns the line number in the source page where the DOM node ends. @return 0 if no information on the line number is available (for instance for nodes dynamically added), -1 if the end tag has not yet been parsed (during page loading)

()

Source from the content-addressed store, hash-verified

211 * -1 if the end tag has not yet been parsed (during page loading)
212 */
213 public int getEndLineNumber() {
214 return endLineNumber_;
215 }
216
217 /**
218 * Returns the column number in the source page where the DOM node ends.

Callers 2

isBodyParsedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected