| Package | Description |
|---|---|
| org.apache.batik.css.parser |
Provides a CSS parser conform to the
SAC API.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Scanner.next()
Returns the next token.
|
protected void |
Scanner.nextToken()
Returns the next token.
|
void |
Scanner.scanAtRule()
Scans a @rule value.
|
| Constructor and Description |
|---|
Scanner(java.io.InputStream is,
java.lang.String enc)
Creates a new Scanner object.
|
Scanner(java.io.Reader r)
Creates a new Scanner object.
|
Scanner(java.lang.String s)
Creates a new Scanner object.
|
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.