org.mulgara.jena.rdf.arp.impl
Class Location

java.lang.Object
  extended by org.mulgara.jena.rdf.arp.impl.Location
All Implemented Interfaces:
Locator

public class Location
extends Object
implements Locator

Author:
jjc

Field Summary
 int endColumn
           
 int endLine
           
 String inputName
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getPublicId()
           
 String getSystemId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inputName

public final String inputName

endLine

public final int endLine

endColumn

public final int endColumn
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getSystemId

public 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

getPublicId

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


Copyright © 2011. All Rights Reserved.