public interface Position
Position
object is used to acquire the position
of the read cursor within the XML file. This allows exceptions to
be thrown with the line number so that the XML can be debugged.Modifier and Type | Method and Description |
---|---|
int |
getLine()
This is the actual line number within the read XML document.
|
String |
toString()
This provides a textual description of the position the
read cursor is at within the XML document.
|
int getLine()