|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.base.ResourceLocation
Constructor Summary | |
ResourceLocation(IResourceIdentifier anIdentifier,
int aRowNumber,
int aColumnNumber)
|
Method Summary | |
java.net.URL |
getBaseSystemId()
Gets the base system id. |
int |
getColumnNumber()
|
java.net.URL |
getExpandedSystemId()
Returns an absolute url that is used to access the XML resource. |
int |
getLineNumber()
|
java.lang.String |
getLiteralSystemId()
Gets the literal system id. |
ILocation |
getLocation()
|
java.lang.String |
getPublicId()
Gets the public id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResourceLocation(IResourceIdentifier anIdentifier, int aRowNumber, int aColumnNumber)
Method Detail |
public java.net.URL getBaseSystemId()
IResourceIdentifier
getBaseSystemId
in interface IResourceIdentifier
public java.net.URL getExpandedSystemId()
IResourceIdentifier
getExpandedSystemId
in interface IResourceIdentifier
public java.lang.String getLiteralSystemId()
IResourceIdentifier
getLiteralSystemId
in interface IResourceIdentifier
public java.lang.String getPublicId()
IResourceIdentifier
getPublicId
in interface IResourceIdentifier
public int getLineNumber()
getLineNumber
in interface ILocation
public int getColumnNumber()
getColumnNumber
in interface ILocation
public ILocation getLocation()
getLocation
in interface IHasLocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |