org.jbind.xml.base
Interface ILocation

All Superinterfaces:
IHasLocation, IResourceIdentifier
All Known Implementing Classes:
BuiltInLocation, Location, ResourceLocation

public interface ILocation
extends IResourceIdentifier, IHasLocation


Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 
Methods inherited from interface org.jbind.xml.base.IResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 

Method Detail

getColumnNumber

public int getColumnNumber()

getLineNumber

public int getLineNumber()