public class XmlLocation extends Object
| Constructor and Description |
|---|
XmlLocation(int line,
int offset) |
XmlLocation(int line,
int column,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
column() |
boolean |
equals(Object obj) |
static XmlLocation |
getLocation(Location loc) |
static XmlLocation |
getStartLocation(String text,
Location endLocation) |
int |
hashCode() |
int |
line() |
int |
offset() |
String |
toString() |
public XmlLocation(int line,
int column,
int offset)
public XmlLocation(int line,
int offset)
public int line()
public int column()
public int offset()
public static XmlLocation getLocation(Location loc)
public static XmlLocation getStartLocation(String text, Location endLocation)
Copyright © 2012–2016 SonarSource. All rights reserved.