Class javax.help.FlatMap.FlatMapResourceBundle

java.lang.Object
    |
    +----java.util.ResourceBundle
            |
            +----javax.help.FlatMap.FlatMapResourceBundle

protected class FlatMap.FlatMapResourceBundle
extends java.util.ResourceBundle
implements com.sun.java.help.impl.ParserListener, java.io.Serializable
FlatMapResourceBundle is a ResourceBundle but unlike most ResourceBundles it is not locale-based and is loaded via the constructor, not getBundle.


FlatMap.FlatMapResourceBundle

public FlatMap.FlatMapResourceBundle(java.net.URL url)
Creates the FlatMap from the data.

handleGetObject

public final java.lang.Object handleGetObject(java.lang.String key)
Overrides ResourceBundle, same semantics.
Overrides:
handleGetObject in class java.util.ResourceBundle

getKeys

public java.util.Enumeration getKeys()
Implements ResourceBundle.getKeys.
Overrides:
getKeys in class java.util.ResourceBundle

tagFound

public void tagFound(com.sun.java.help.impl.ParserEvent e)
A tag was parsed.
Implements:
tagFound in interface com.sun.java.help.impl.ParserListener

piFound

public void piFound(com.sun.java.help.impl.ParserEvent e)
A PI was parsed. This method is not intended to be of general use.
Implements:
piFound in interface com.sun.java.help.impl.ParserListener

doctypeFound

public void doctypeFound(com.sun.java.help.impl.ParserEvent e)
A DOCTYPE was parsed. This method is not intended to be of general use.
Implements:
doctypeFound in interface com.sun.java.help.impl.ParserListener

textFound

public void textFound(com.sun.java.help.impl.ParserEvent e)
A continous block of text was parsed.
Implements:
textFound in interface com.sun.java.help.impl.ParserListener

commentFound

public void commentFound(com.sun.java.help.impl.ParserEvent e)
Implements:
commentFound in interface com.sun.java.help.impl.ParserListener

errorFound

public void errorFound(com.sun.java.help.impl.ParserEvent e)
Implements:
errorFound in interface com.sun.java.help.impl.ParserListener

reportMessage

public void reportMessage(java.lang.String msg,
                          boolean validParse)
Reports an error message.

listMessages

public java.util.Enumeration listMessages()
Enumerates all the error messages.