org.jbind.xml.base
Class Location

java.lang.Object
  extended byorg.jbind.xml.base.ResourceIdentifier
      extended byorg.jbind.xml.base.Location
All Implemented Interfaces:
IHasLocation, ILocation, IResourceIdentifier
Direct Known Subclasses:
InputSourceLocation, SaxLocation

public class Location
extends ResourceIdentifier
implements ILocation


Constructor Summary
Location(java.lang.String aSystemId, java.lang.String aPublicId, int aLine, int aColumn)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 ILocation getLocation()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jbind.xml.base.ResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.base.IResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 

Constructor Detail

Location

public Location(java.lang.String aSystemId,
                java.lang.String aPublicId,
                int aLine,
                int aColumn)
Method Detail

getColumnNumber

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

getLineNumber

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

getLocation

public ILocation getLocation()
Specified by:
getLocation in interface IHasLocation

toString

public java.lang.String toString()
Overrides:
toString in class ResourceIdentifier