org.apache.batik.parser
public class TimingSpecifierListParser extends TimingSpecifierParser
| Constructor Summary | |
|---|---|
| TimingSpecifierListParser(boolean useSVG11AccessKeys, boolean useSVG12AccessKeys)
Creates a new TimingSpecifierListParser. | |
| Method Summary | |
|---|---|
| protected void | doParse()
Parses a timing specifier list. |
| TimingSpecifierListHandler | getTimingSpecifierListHandler()
Returns the parse event handler in use. |
| void | setTimingSpecifierListHandler(TimingSpecifierListHandler handler)
Registers a parse event handler. |
Parameters: useSVG11AccessKeys allows the use of accessKey() timing specifiers with a single character useSVG12AccessKeys allows the use of accessKey() with a DOM 3 key name