public class XMLI18nMap
extends java.util.AbstractMap
| Constructor and Description |
|---|
XMLI18nMap(org.w3c.dom.Document document)
Creates a new XMLI18nMap based on a xml document
|
XMLI18nMap(org.w3c.dom.Document document,
java.lang.String language)
Creates a new XMLI18nMap based on a xml document based
on a specific language
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
entrySet()
Returns a set view of the mappings contained in this map.
|
java.lang.Object |
get(java.lang.Object key)
Return the key specified by the key which is the name
of the Rule.
|
public XMLI18nMap(org.w3c.dom.Document document)
document - public XMLI18nMap(org.w3c.dom.Document document,
java.lang.String language)
document - language - public java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class java.util.AbstractMapkey - of the ruleRuleConstantspublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class java.util.AbstractMap
JCSC is released under the terms of the GNU General Public License