org.apache.batik.bridge.svg12
protected static class XPathSubsetContentSelector.Scanner extends AbstractScanner
Field Summary | |
---|---|
static int | ASTERISK |
static int | COLON |
static int | EOF |
static int | LEFT_PARENTHESIS |
static int | LEFT_SQUARE_BRACKET |
static int | NAME |
static int | NUMBER |
static int | RIGHT_PARENTHESIS |
static int | RIGHT_SQUARE_BRACKET |
static int | STRING |
Constructor Summary | |
---|---|
Scanner(String s)
Creates a new Scanner object. |
Method Summary | |
---|---|
protected int | dotNumber()
Scans the decimal part of a number. |
protected int | endGap()
Returns the end gap of the current lexical unit. |
protected void | nextToken()
Returns the next token. |
protected int | number()
Scans a number. |
protected int | string1()
Scans a single quoted string. |
protected int | string2()
Scans a double quoted string. |