Java javax.xml.stream Location fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream Location fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream Location.

The text is from its open source code.

Constructor

Method

intgetCharacterOffset()
Return the byte or character offset into the input source this location is pointing to.
intgetColumnNumber()
Return the column number where the current event ends, returns -1 if none is available.
intgetLineNumber()
Return the line number where the current event ends, returns -1 if none is available.