Java org.xml.sax.helpers LocatorImpl fields, constructors, methods, implement or subclass

Example usage for Java org.xml.sax.helpers LocatorImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.xml.sax.helpers LocatorImpl.

The text is from its open source code.

Constructor

LocatorImpl()
Zero-argument constructor.
LocatorImpl(Locator locator)
Copy constructor.

Method

intgetColumnNumber()
Return the saved column number (1-based).
intgetLineNumber()
Return the saved line number (1-based).
StringgetSystemId()
Return the saved system identifier.
voidsetColumnNumber(int columnNumber)
Set the column number for this locator (1-based).
voidsetLineNumber(int lineNumber)
Set the line number for this locator (1-based).
voidsetSystemId(String systemId)
Set the system identifier for this locator.