public class XmlTextRange extends Object
| Constructor and Description |
|---|
XmlTextRange(int startLine,
int startColumn,
int endLine,
int endColumn) |
XmlTextRange(XmlTextRange start,
XmlTextRange end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndColumn() |
int |
getEndLine() |
int |
getStartColumn() |
int |
getStartLine() |
String |
toString() |
public XmlTextRange(int startLine,
int startColumn,
int endLine,
int endColumn)
public XmlTextRange(XmlTextRange start, XmlTextRange end)
public int getStartLine()
public int getStartColumn()
public int getEndLine()
public int getEndColumn()
Copyright © 2009–2018 SonarSource. All rights reserved.