org.apache.batik.parser
public class ClockParser extends TimingParser
Field Summary | |
---|---|
protected ClockHandler | clockHandler
The handler used to report parse events. |
protected boolean | parseOffset
Whether this parser should parse offsets rather than clock values. |
Constructor Summary | |
---|---|
ClockParser(boolean parseOffset)
Creates a new ClockParser. |
Method Summary | |
---|---|
protected void | doParse()
Parses a clock value. |
ClockHandler | getClockHandler()
Returns the parse event handler in use. |
void | setClockHandler(ClockHandler handler)
Registers a parse event handler. |