com.lowagie.text.xml.xmp

Class LangAlt

public class LangAlt extends Properties

Field Summary
static StringDEFAULT
Key for the default language.
static longserialVersionUID
A serial version id.
Constructor Summary
LangAlt(String defaultValue)
Creates a Properties object that stores languages for use in an XmpSchema
LangAlt()
Creates a Properties object that stores languages for use in an XmpSchema
Method Summary
voidaddLanguage(String language, String value)
Add a language.
protected voidprocess(StringBuffer buf, Object lang)
Process a property.
StringtoString()
Creates a String that can be used in an XmpSchema.

Field Detail

DEFAULT

public static final String DEFAULT
Key for the default language.

serialVersionUID

private static final long serialVersionUID
A serial version id.

Constructor Detail

LangAlt

public LangAlt(String defaultValue)
Creates a Properties object that stores languages for use in an XmpSchema

LangAlt

public LangAlt()
Creates a Properties object that stores languages for use in an XmpSchema

Method Detail

addLanguage

public void addLanguage(String language, String value)
Add a language.

process

protected void process(StringBuffer buf, Object lang)
Process a property.

toString

public String toString()
Creates a String that can be used in an XmpSchema.