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)
()
| 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. |
no outgoing calls
no test coverage detected