|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.lowagie.text.xml.xmp.LangAlt
public class LangAlt
| Field Summary | |
|---|---|
static String |
DEFAULT
Key for the default language. |
private static long |
serialVersionUID
A serial version id. |
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
LangAlt()
Creates a Properties object that stores languages for use in an XmpSchema |
|
LangAlt(String defaultValue)
Creates a Properties object that stores languages for use in an XmpSchema |
|
| Method Summary | |
|---|---|
void |
addLanguage(String language,
String value)
Add a language. |
protected void |
process(StringBuffer buf,
Object lang)
Process a property. |
String |
toString()
Creates a String that can be used in an XmpSchema. |
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public static final String DEFAULT
| Constructor Detail |
|---|
public LangAlt(String defaultValue)
public LangAlt()
| Method Detail |
|---|
public void addLanguage(String language,
String value)
protected void process(StringBuffer buf,
Object lang)
public String toString()
toString in class Hashtable<Object,Object>
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||