ParserListener, java.io.Serializable, java.util.EventListenerprotected class FlatMap.FlatMapResourceBundle extends java.util.ResourceBundle implements ParserListener, java.io.Serializable
| Constructor | Description |
|---|---|
FlatMapResourceBundle(java.net.URL url) |
Creates the FlatMap from the data.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
public FlatMapResourceBundle(java.net.URL url)
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)
ParserListenercommentFound in interface ParserListenere - The eventpublic void errorFound(ParserEvent e)
ParserListenererrorFound in interface ParserListenere - The eventpublic void reportMessage(java.lang.String msg,
boolean validParse)
public java.util.Enumeration listMessages()