| Package | Description |
|---|---|
| cz.vutbr.web.csskit.antlr |
| Modifier and Type | Method and Description |
|---|---|
static CSSParserFactory.SourceType |
CSSParserFactory.SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSParserFactory.SourceType[] |
CSSParserFactory.SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StyleSheet |
CSSParserFactory.append(Object source,
String encoding,
CSSParserFactory.SourceType type,
Element inline,
boolean inlinePriority,
StyleSheet sheet,
URL base)
Appends parsed source to passed style sheet.
|
static StyleSheet |
CSSParserFactory.append(Object source,
String encoding,
CSSParserFactory.SourceType type,
StyleSheet sheet,
URL base)
Appends parsed source to passed style sheet.
|
static StyleSheet |
CSSParserFactory.parse(Object source,
String encoding,
CSSParserFactory.SourceType type,
Element inline,
boolean inlinePriority,
URL base)
Parses source of given type
|
static StyleSheet |
CSSParserFactory.parse(Object source,
String encoding,
CSSParserFactory.SourceType type,
URL base)
Parses source of given type.
|
Copyright © 2014. All rights reserved.