|
||||||||||
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.
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 |
---|
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, 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.ResourceBundle
public java.util.Enumeration getKeys()
getKeys
in class java.util.ResourceBundle
public void tagFound(ParserEvent e)
tagFound
in interface ParserListener
e
- The eventpublic void piFound(ParserEvent e)
piFound
in interface ParserListener
e
- The eventpublic void doctypeFound(ParserEvent e)
doctypeFound
in interface ParserListener
e
- The eventpublic void textFound(ParserEvent e)
textFound
in interface ParserListener
e
- The eventpublic void commentFound(ParserEvent e)
ParserListener
commentFound
in interface ParserListener
e
- The eventpublic void errorFound(ParserEvent e)
ParserListener
errorFound
in interface ParserListener
e
- The eventpublic 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 |