public class XmlLocationData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCATION_DATA_KEY |
| Constructor and Description |
|---|
XmlLocationData(String systemId,
int startLine,
int startColumn,
int endLine,
int endColumn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndColumn() |
int |
getEndLine() |
int |
getStartColumn() |
int |
getStartLine() |
String |
getSystemId() |
String |
toString() |
public static final String LOCATION_DATA_KEY
public XmlLocationData(String systemId, int startLine, int startColumn, int endLine, int endColumn)
public String getSystemId()
public int getStartLine()
public int getStartColumn()
public int getEndLine()
public int getEndColumn()
Copyright © 2014–2021 Health Level 7. All rights reserved.