org.jfree.xml
public abstract class FrontendDefaultHandler extends DefaultHandler implements Configuration
Field Summary | |
---|---|
static String | CONTENTBASE_KEY
A key for the content base. |
Constructor Summary | |
---|---|
protected | FrontendDefaultHandler()
Default constructor. |
Method Summary | |
---|---|
Object | clone() |
Iterator | findPropertyKeys(String prefix)
Returns all keys with the given prefix.
|
CommentHandler | getCommentHandler()
Returns the comment handler that is used to collect comments.
|
Enumeration | getConfigProperties() |
String | getConfigProperty(String key)
Returns the configuration property with the specified key.
|
String | getConfigProperty(String key, String defaultValue)
Returns the configuration property with the specified key (or the specified default value
if there is no such property).
|
URL | getContentBase()
Gets the ContentBase used to resolve relative URLs.
|
Locator | getLocator()
Returns the current locator.
|
abstract Object | getResult()
Returns the parse result. |
abstract FrontendDefaultHandler | newInstance()
Returns a new instance of the parser.
|
void | setConfigProperty(String key, String value)
Sets a parser configuration value.
|
void | setDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events.
|
Parameters: prefix the prefix
Returns: the iterator containing all keys with that prefix
Returns: the comment handler.
Parameters: key the property key.
Returns: the property value.
Parameters: key the property key. defaultValue the default value.
Returns: the property value.
Returns: the current contentbase, or null if no contentBase is set.
Returns: the locator.
Returns: the object.
Throws: SAXException if something went wrong.
Returns: a new instance of the parser.
Parameters: key the key. value the value.
Parameters: locator the locator.