Package com.github.weisj.jsvg.util
Class ParserBase
java.lang.Object
com.github.weisj.jsvg.util.ParserBase
- Direct Known Subclasses:
PathParser
-
Field Details
-
input
-
-
Constructor Details
-
ParserBase
-
-
Method Details
-
peek
protected char peek() -
consume
protected void consume() -
hasNext
public boolean hasNext() -
consumeWhiteSpaceOrSeparator
public void consumeWhiteSpaceOrSeparator() -
nextFloatOrUnspecified
protected float nextFloatOrUnspecified() -
nextFloat
- Throws:
NumberFormatException
-
nextDouble
- Throws:
NumberFormatException
-
currentLocation
-