Package javax.help
Class FlatMap.FlatMapResourceBundle
java.lang.Object
java.util.ResourceBundle
javax.help.FlatMap.FlatMapResourceBundle
- All Implemented Interfaces:
ParserListener
,Serializable
,EventListener
- Enclosing class:
FlatMap
protected class FlatMap.FlatMapResourceBundle
extends ResourceBundle
implements ParserListener, Serializable
FlatMapResourceBundle is a ResourceBundle but unlike most
ResourceBundles it is not locale-based and is loaded via the
constructor, not getBundle.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
Field Summary
Fields inherited from class java.util.ResourceBundle
parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This tells the listener that a comment was parsedvoid
A DOCTYPE was parsed.void
This tells the listener that a error was parsedgetKeys()
Implements ResourceBundle.getKeys.final Object
handleGetObject
(String key) Overrides ResourceBundle, same semantics.Enumerates all the error messages.void
A PI was parsed.void
reportMessage
(String msg, boolean validParse) Reports an error message.void
A tag was parsed.void
A continous block of text was parsed.Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
-
Constructor Details
-
FlatMapResourceBundle
Creates the FlatMap from the data.
-
-
Method Details
-
handleGetObject
Overrides ResourceBundle, same semantics.- Specified by:
handleGetObject
in classResourceBundle
-
getKeys
Implements ResourceBundle.getKeys.- Specified by:
getKeys
in classResourceBundle
-
tagFound
A tag was parsed.- Specified by:
tagFound
in interfaceParserListener
- Parameters:
e
- The event
-
piFound
A PI was parsed. This method is not intended to be of general use.- Specified by:
piFound
in interfaceParserListener
- Parameters:
e
- The event
-
doctypeFound
A DOCTYPE was parsed. This method is not intended to be of general use.- Specified by:
doctypeFound
in interfaceParserListener
- Parameters:
e
- The event
-
textFound
A continous block of text was parsed.- Specified by:
textFound
in interfaceParserListener
- Parameters:
e
- The event
-
commentFound
Description copied from interface:ParserListener
This tells the listener that a comment was parsed- Specified by:
commentFound
in interfaceParserListener
- Parameters:
e
- The event
-
errorFound
Description copied from interface:ParserListener
This tells the listener that a error was parsed- Specified by:
errorFound
in interfaceParserListener
- Parameters:
e
- The event
-
reportMessage
Reports an error message. -
listMessages
Enumerates all the error messages.
-