|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jqurantree.tanzil.TanzilReader
public class TanzilReader
Used internally to initiate the orthography model by reading the embedded Tanzil XML JAR resource.
| Field Summary | |
|---|---|
static java.lang.String |
TANZIL_RESOURCE_PATH
The path to the Tanzil XML document, as an embedded JAR resource. |
| Constructor Summary | |
|---|---|
TanzilReader()
|
|
| Method Summary | |
|---|---|
Chapter[] |
readXml()
Loads the orthography model. |
Chapter[] |
readXml(java.lang.String resourcePath)
Loads the orthography model, from the specified embedded JAR resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TANZIL_RESOURCE_PATH
| Constructor Detail |
|---|
public TanzilReader()
| Method Detail |
|---|
public Chapter[] readXml()
Chapter[] arraypublic Chapter[] readXml(java.lang.String resourcePath)
resourcePath - the full path and name of the resource
Chapter[] array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||