|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.parser.AbstractScanner
org.apache.batik.bridge.svg12.XPathSubsetContentSelector.Scanner
protected static class XPathSubsetContentSelector.Scanner
A scanner for XPath subset selectors.
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
|
Fields inherited from class org.apache.batik.parser.AbstractScanner |
---|
blankCharacters, buffer, current, end, position, previousType, reader, start, type |
Constructor Summary | |
---|---|
XPathSubsetContentSelector.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. |
Methods inherited from class org.apache.batik.parser.AbstractScanner |
---|
clearBuffer, getBuffer, getColumn, getEnd, getLine, getStart, getStringValue, getType, isEqualIgnoreCase, next, nextChar |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EOF
public static final int NAME
public static final int COLON
public static final int LEFT_SQUARE_BRACKET
public static final int RIGHT_SQUARE_BRACKET
public static final int LEFT_PARENTHESIS
public static final int RIGHT_PARENTHESIS
public static final int STRING
public static final int NUMBER
public static final int ASTERISK
Constructor Detail |
---|
public XPathSubsetContentSelector.Scanner(String s)
Method Detail |
---|
protected int endGap()
endGap
in class AbstractScanner
protected void nextToken() throws ParseException
nextToken
in class AbstractScanner
ParseException
protected int string1() throws IOException
IOException
protected int string2() throws IOException
IOException
protected int number() throws IOException
IOException
protected int dotNumber() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |