Example usage for Java javax.xml.stream Location fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getCharacterOffset() Return the byte or character offset into the input source this location is pointing to. |
int | getColumnNumber() Return the column number where the current event ends, returns -1 if none is available. |
int | getLineNumber() Return the line number where the current event ends, returns -1 if none is available. |