Interface WSXMLTextNodeRange
@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface WSXMLTextNodeRange
The range of an XML node.
- Since:
- 14
- 
Method SummaryModifier and TypeMethodDescriptionintGet the end column, 1 based.intGet the end line, 1 based.intGet the start column, 1 based.intGet the start line, 1 based.
- 
Method Details- 
getStartLineint getStartLine()Get the start line, 1 based.- Returns:
- The start line, 1 based
 
- 
getStartColumnint getStartColumn()Get the start column, 1 based.- Returns:
- The start column, 1 based
 
- 
getEndLineint getEndLine()Get the end line, 1 based.- Returns:
- The end line, 1 based
 
- 
getEndColumnint getEndColumn()Get the end column, 1 based.- Returns:
- The end column, 1 based
 
 
-