org.apache.batik.parser
Class LengthPairListParser
java.lang.Object
org.apache.batik.parser.AbstractParser
org.apache.batik.parser.LengthParser
org.apache.batik.parser.LengthListParser
org.apache.batik.parser.LengthPairListParser
- All Implemented Interfaces:
- org.apache.batik.i18n.Localizable, Parser
public class LengthPairListParser
- extends LengthListParser
This class implements an event-based parser for semicolon separated
length pair lists, as used in the 'values' attribute of the 'animateMotion'
element.
- Version:
- $Id: LengthPairListParser.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Cameron McCormack
|
Method Summary |
protected void |
doParse()
Parses the given reader. |
| Methods inherited from class org.apache.batik.parser.AbstractParser |
createErrorMessage, formatMessage, getBundleClassName, getCurrent, getLocale, parse, parse, parse, reportCharacterExpectedError, reportError, reportUnexpectedCharacterError, setErrorHandler, setLocale, skipCommaSpaces, skipSpaces |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LengthPairListParser
public LengthPairListParser()
doParse
protected void doParse()
throws ParseException,
IOException
- Parses the given reader.
- Overrides:
doParse in class LengthListParser
- Throws:
ParseException
IOException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.