Interface WSXMLTextNodeRange
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface WSXMLTextNodeRange
The range of an XML node.
- Since:
- 14
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the end column, 1 based.int
Get the end line, 1 based.int
Get the start column, 1 based.int
Get the start line, 1 based.
-
Method Details
-
getStartLine
int getStartLine()Get the start line, 1 based.- Returns:
- The start line, 1 based
-
getStartColumn
int getStartColumn()Get the start column, 1 based.- Returns:
- The start column, 1 based
-
getEndLine
int getEndLine()Get the end line, 1 based.- Returns:
- The end line, 1 based
-
getEndColumn
int getEndColumn()Get the end column, 1 based.- Returns:
- The end column, 1 based
-