nu.validator.saxtree
Class LocatorImpl

java.lang.Object
  extended by nu.validator.saxtree.LocatorImpl
All Implemented Interfaces:
org.xml.sax.Locator

public final class LocatorImpl
extends java.lang.Object
implements org.xml.sax.Locator

A locator implementation.

Version:
$Id$
Author:
hsivonen

Constructor Summary
LocatorImpl(org.xml.sax.Locator locator)
          The constructor.
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorImpl

public LocatorImpl(org.xml.sax.Locator locator)
The constructor.

Parameters:
locator - the locator
Method Detail

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface org.xml.sax.Locator
See Also:
Locator.getColumnNumber()

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface org.xml.sax.Locator
See Also:
Locator.getLineNumber()

getPublicId

public java.lang.String getPublicId()
Specified by:
getPublicId in interface org.xml.sax.Locator
See Also:
Locator.getPublicId()

getSystemId

public java.lang.String getSystemId()
Specified by:
getSystemId in interface org.xml.sax.Locator
See Also:
Locator.getSystemId()