Uses of Class
org.jqurantree.orthography.Location

Packages that use Location
org.jqurantree.orthography Contains an orthography object model of the Holy Quran, with orthographic elements represented by the classes Document, Chapter, Verse and Token
 

Uses of Location in org.jqurantree.orthography
 

Methods in org.jqurantree.orthography that return Location
 Location Verse.getLocation()
          Gets the verse's location.
 Location Token.getLocation()
          Gets the token's location.
 Location Chapter.getLocation()
          Gets the chapter's location.
 

Methods in org.jqurantree.orthography with parameters of type Location
static Chapter Document.getChapter(Location location)
          Gets a chapter in the document by Location reference.
 Token Verse.getToken(Location location)
          Gets a token in the verse by Location reference.
static Token Document.getToken(Location location)
          Gets a token in the document by Location reference.
static Verse Document.getVerse(Location location)
          Gets a verse in the document by Location reference.
 Verse Chapter.getVerse(Location location)
          Gets a verse in the chapter by Location reference.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.