Package 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:
Localizable
,Parser
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 $
-
Field Summary
Fields inherited from class org.apache.batik.parser.LengthParser
lengthHandler
Fields inherited from class org.apache.batik.parser.AbstractParser
BUNDLE_CLASSNAME, current, errorHandler, localizableSupport, reader
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.parser.LengthListParser
getLengthListHandler, setLengthListHandler
Methods inherited from class org.apache.batik.parser.LengthParser
getLengthHandler, parseLength, setLengthHandler
Methods inherited from class org.apache.batik.parser.AbstractParser
createErrorMessage, formatMessage, getBundleClassName, getCurrent, getLocale, parse, parse, parse, reportCharacterExpectedError, reportError, reportUnexpectedCharacterError, setErrorHandler, setLocale, skipCommaSpaces, skipSpaces
-
Constructor Details
-
LengthPairListParser
public LengthPairListParser()
-
-
Method Details
-
doParse
Parses the given reader.- Overrides:
doParse
in classLengthListParser
- Throws:
ParseException
IOException
-