|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.ResourceBundle
javax.help.FlatMap.FlatMapResourceBundle
protected class FlatMap.FlatMapResourceBundle
FlatMapResourceBundle is a ResourceBundle but unlike most ResourceBundles it is not locale-based and is loaded via the constructor, not getBundle.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.ResourceBundle |
|---|
java.util.ResourceBundle.Control |
| Field Summary |
|---|
| Fields inherited from class java.util.ResourceBundle |
|---|
parent |
| Constructor Summary | |
|---|---|
FlatMap.FlatMapResourceBundle(java.net.URL url)
Creates the FlatMap from the data. |
|
| Method Summary | |
|---|---|
void |
commentFound(ParserEvent e)
This tells the listener that a comment was parsed |
void |
doctypeFound(ParserEvent e)
A DOCTYPE was parsed. |
void |
errorFound(ParserEvent e)
This tells the listener that a error was parsed |
java.util.Enumeration |
getKeys()
Implements ResourceBundle.getKeys. |
java.lang.Object |
handleGetObject(java.lang.String key)
Overrides ResourceBundle, same semantics. |
java.util.Enumeration |
listMessages()
Enumerates all the error messages. |
void |
piFound(ParserEvent e)
A PI was parsed. |
void |
reportMessage(java.lang.String msg,
boolean validParse)
Reports an error message. |
void |
tagFound(ParserEvent e)
A tag was parsed. |
void |
textFound(ParserEvent e)
A continous block of text was parsed. |
| Methods inherited from class java.util.ResourceBundle |
|---|
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlatMap.FlatMapResourceBundle(java.net.URL url)
| Method Detail |
|---|
public final java.lang.Object handleGetObject(java.lang.String key)
handleGetObject in class java.util.ResourceBundlepublic java.util.Enumeration getKeys()
getKeys in class java.util.ResourceBundlepublic void tagFound(ParserEvent e)
tagFound in interface ParserListenere - The eventpublic void piFound(ParserEvent e)
piFound in interface ParserListenere - The eventpublic void doctypeFound(ParserEvent e)
doctypeFound in interface ParserListenere - The eventpublic void textFound(ParserEvent e)
textFound in interface ParserListenere - The eventpublic void commentFound(ParserEvent e)
ParserListener
commentFound in interface ParserListenere - The eventpublic void errorFound(ParserEvent e)
ParserListener
errorFound in interface ParserListenere - The event
public void reportMessage(java.lang.String msg,
boolean validParse)
public java.util.Enumeration listMessages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||