Java org.w3c.dom DOMLocator fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom DOMLocator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom DOMLocator.

The text is from its open source code.

Method

intgetColumnNumber()
The column number this locator is pointing to, or -1 if there is no column number available.
intgetLineNumber()
The line number this locator is pointing to, or -1 if there is no column number available.
NodegetRelatedNode()
The node this locator is pointing to, or null if no node is available.