Uses of Class
org.jqurantree.orthography.Chapter

Packages that use Chapter
org.jqurantree.orthography Contains an orthography object model of the Holy Quran, with orthographic elements represented by the classes Document, Chapter, Verse and Token
org.jqurantree.tanzil Provides classes for reading the Unicode XML source of the orthography model, the Tanzil project's Uthmani distribution. 
 

Uses of Chapter in org.jqurantree.orthography
 

Methods in org.jqurantree.orthography that return Chapter
 Chapter Verse.getChapter()
          Gets the chapter that contains the verse.
 Chapter Token.getChapter()
          Gets the chapter that contains the token.
static Chapter Document.getChapter(int chapterNumber)
          Gets a chapter in the document by chapter number.
static Chapter Document.getChapter(Location location)
          Gets a chapter in the document by Location reference.
 

Methods in org.jqurantree.orthography that return types with arguments of type Chapter
static java.lang.Iterable<Chapter> Document.getChapters()
          Gets an iterator used to enumerate over all chapters in the document.
 

Uses of Chapter in org.jqurantree.tanzil
 

Methods in org.jqurantree.tanzil that return Chapter
 Chapter[] TanzilReader.readXml()
          Loads the orthography model.
 Chapter[] TanzilReader.readXml(java.lang.String resourcePath)
          Loads the orthography model, from the specified embedded JAR resource.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.