public class NlsBundleXml extends AbstractResourceBundle
ResourceBundle.Control
Modifier and Type | Field and Description |
---|---|
static String |
ERR_CLOSE_TAGNAME
exception message if element was closed with wrong tagname.
|
static String |
ERR_CLOSE_TOPLEVEL
exception message if closeElement was called after top-level element is already closed.
|
static String |
ERR_INVALID_XML
exception message if XML is invalid (XML serializer abuse).
|
static String |
ERR_IO
exception message if an IO error occurred while streaming XML.
|
static String |
ERR_NAMESPACE_NOT_DECLARED
exception message if a namespace prefix was used that has not been declared before.
|
static String |
ERR_NOT_OPEN
exception message if no element is open (and element was closed or attribut/content was written).
|
static String |
ERR_SECOND_ROOT
exception message if a second root element was opened.
|
parent
Constructor and Description |
---|
NlsBundleXml()
The constructor.
|
containsKey, getKey, getKeys, handleGetObject, keySet
clearCache, clearCache, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, setParent
public static final String ERR_CLOSE_TAGNAME
public static final String ERR_NAMESPACE_NOT_DECLARED
public static final String ERR_CLOSE_TOPLEVEL
public static final String ERR_NOT_OPEN
public static final String ERR_SECOND_ROOT
public static final String ERR_INVALID_XML
public static final String ERR_IO
Copyright © 2001–2016 mmm-Team. All rights reserved.