org.w3c.rdf.util.xml
Class FakeLocator

java.lang.Object
  |
  +--org.w3c.rdf.util.xml.FakeLocator

public class FakeLocator
extends java.lang.Object
implements Locator


Constructor Summary
FakeLocator()
           
 
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

FakeLocator

public FakeLocator()
Method Detail

getPublicId

public java.lang.String getPublicId()
Specified by:
getPublicId in interface Locator

getSystemId

public java.lang.String getSystemId()
Specified by:
getSystemId in interface Locator

getLineNumber

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

getColumnNumber

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