| Package | Description |
|---|---|
| cz.vutbr.web.csskit.antlr4 |
| 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 |
|---|---|
StyleSheet |
CSSParserFactory.append(Object source,
NetworkProcessor network,
String encoding,
CSSParserFactory.SourceType type,
Element inline,
boolean inlinePriority,
StyleSheet sheet,
URL base)
Appends parsed source to passed style sheet.
|
StyleSheet |
CSSParserFactory.append(Object source,
NetworkProcessor network,
String encoding,
CSSParserFactory.SourceType type,
StyleSheet sheet,
URL base)
Appends parsed source to passed style sheet.
|
protected static CSSInputStream |
CSSParserFactory.getInput(Object source,
NetworkProcessor network,
String encoding,
CSSParserFactory.SourceType type) |
StyleSheet |
CSSParserFactory.parse(Object source,
NetworkProcessor network,
String encoding,
CSSParserFactory.SourceType type,
Element inline,
boolean inlinePriority,
URL base)
Parses source of given type
|
StyleSheet |
CSSParserFactory.parse(Object source,
NetworkProcessor network,
String encoding,
CSSParserFactory.SourceType type,
URL base)
Parses source of given type.
|
protected StyleSheet |
CSSParserFactory.parseAndImport(Object source,
NetworkProcessor network,
String encoding,
CSSParserFactory.SourceType type,
StyleSheet sheet,
Preparator preparator,
URL base,
List<MediaQuery> media)
Parses the source using the given infrastructure and returns the resulting style sheet.
|
Copyright © 2019. All rights reserved.