|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.parser.AbstractParser
org.apache.batik.parser.LengthParser
org.apache.batik.parser.LengthListParser
org.apache.batik.parser.LengthPairListParser
public class LengthPairListParser
This class implements an event-based parser for semicolon separated length pair lists, as used in the 'values' attribute of the 'animateMotion' element.
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 | |
---|---|
LengthPairListParser()
|
Method Summary | |
---|---|
protected void |
doParse()
Parses the given reader. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LengthPairListParser()
Method Detail |
---|
protected void doParse() throws ParseException, java.io.IOException
doParse
in class LengthListParser
ParseException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |