nu.validator.htmlparser.impl
Class LocatorImpl

java.lang.Object
  extended by nu.validator.htmlparser.impl.LocatorImpl
All Implemented Interfaces:
Locator
Direct Known Subclasses:
TaintableLocatorImpl

public class LocatorImpl
extends Object
implements Locator


Constructor Summary
LocatorImpl(Locator locator)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getPublicId()
           
 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(Locator locator)
Method Detail

getColumnNumber

public final int getColumnNumber()
Specified by:
getColumnNumber in interface Locator

getLineNumber

public final int getLineNumber()
Specified by:
getLineNumber in interface Locator

getPublicId

public final String getPublicId()
Specified by:
getPublicId in interface Locator

getSystemId

public final String getSystemId()
Specified by:
getSystemId in interface Locator


Copyright © 2012. All Rights Reserved.