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