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(InputStream is,
String enc)
Creates a new Scanner object.
|
Scanner(Reader r)
Creates a new Scanner object.
|
Scanner(String s)
Creates a new Scanner object.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.