Package javax.json.stream
Interface JsonLocation
-
public interface JsonLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getColumnNumber()
long
getLineNumber()
long
getStreamOffset()
-