Package com.lowagie.text.xml.xmp
Class LangAlt
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.Object,java.lang.Object>
-
- java.util.Properties
-
- com.lowagie.text.xml.xmp.LangAlt
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.Object,java.lang.Object>
public class LangAlt extends java.util.Properties
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT
Key for the default language.private static long
serialVersionUID
A serial version id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLanguage(java.lang.String language, java.lang.String value)
Add a language.protected void
process(java.lang.StringBuffer buf, java.lang.Object lang)
Process a property.java.lang.String
toString()
Creates a String that can be used in an XmpSchema.-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
-
-
-
Field Detail
-
DEFAULT
public static final java.lang.String DEFAULT
Key for the default language.- See Also:
- Constant Field Values
-
serialVersionUID
private static final long serialVersionUID
A serial version id.- See Also:
- Constant Field Values
-
-
Method Detail
-
addLanguage
public void addLanguage(java.lang.String language, java.lang.String value)
Add a language.- Parameters:
language
- languagevalue
- value
-
process
protected void process(java.lang.StringBuffer buf, java.lang.Object lang)
Process a property.- Parameters:
buf
- bufferlang
- object
-
toString
public java.lang.String toString()
Creates a String that can be used in an XmpSchema.- Overrides:
toString
in classjava.util.Properties
-
-