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 TypeMethodDescriptionvoidThis tells the listener that a comment was parsedvoidA DOCTYPE was parsed.voidThis tells the listener that a error was parsedgetKeys()Implements ResourceBundle.getKeys.final ObjecthandleGetObject(String key) Overrides ResourceBundle, same semantics.Enumerates all the error messages.voidA PI was parsed.voidreportMessage(String msg, boolean validParse) Reports an error message.voidA tag was parsed.voidA 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:
handleGetObjectin classResourceBundle
-
getKeys
Implements ResourceBundle.getKeys.- Specified by:
getKeysin classResourceBundle
-
tagFound
A tag was parsed.- Specified by:
tagFoundin interfaceParserListener- Parameters:
e- The event
-
piFound
A PI was parsed. This method is not intended to be of general use.- Specified by:
piFoundin interfaceParserListener- Parameters:
e- The event
-
doctypeFound
A DOCTYPE was parsed. This method is not intended to be of general use.- Specified by:
doctypeFoundin interfaceParserListener- Parameters:
e- The event
-
textFound
A continous block of text was parsed.- Specified by:
textFoundin interfaceParserListener- Parameters:
e- The event
-
commentFound
Description copied from interface:ParserListenerThis tells the listener that a comment was parsed- Specified by:
commentFoundin interfaceParserListener- Parameters:
e- The event
-
errorFound
Description copied from interface:ParserListenerThis tells the listener that a error was parsed- Specified by:
errorFoundin interfaceParserListener- Parameters:
e- The event
-
reportMessage
Reports an error message. -
listMessages
Enumerates all the error messages.
-