|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.harvard.hul.ois.jhove.RFC1766Lang
Class encapsulating RFC-1766 language codes.
| Constructor Summary | |
RFC1766Lang(java.lang.String str)
Constructor. |
|
| Method Summary | |
java.lang.String |
getLangCode()
Returns the language code string. |
boolean |
isSyntaxCorrect()
Returns true if the language code
string is syntactically compliant. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RFC1766Lang(java.lang.String str)
| Method Detail |
public java.lang.String getLangCode()
public boolean isSyntaxCorrect()
true if the language code
string is syntactically compliant.
The primary tag must be either a two-letter code,
the letter i, or the letter x (case insensitive);
no checking is done against registry lists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||