Java javax.xml.transform SourceLocator fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.transform SourceLocator fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

intgetColumnNumber()
Return the character position where the current document event ends.
intgetLineNumber()
Return the line number where the current document event ends.
StringgetPublicId()
Return the public identifier for the current document event.
StringgetSystemId()
Return the system identifier for the current document event.