| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
static StyleMap |
CSSFactory.assignDOM(Document doc,
String encoding,
NetworkProcessor network,
URL base,
MediaSpec media,
boolean useInheritance,
MatchCondition matchCond)
This is the same as
CSSFactory.assignDOM(Document, String, URL, MediaSpec, boolean)
with the possibility of specifying a custom network processor for obtaining data from URL
resources. |
static StyleMap |
CSSFactory.assignDOM(Document doc,
String encoding,
URL base,
MediaSpec media,
boolean useInheritance)
Goes through a DOM tree and assigns the CSS declarations to the DOM elements.
|
static StyleMap |
CSSFactory.assignDOM(Document doc,
String encoding,
URL base,
MediaSpec media,
boolean useInheritance,
MatchCondition matchCond)
Goes through a DOM tree and assigns the CSS declarations to the DOM elements.
|
static StyleMap |
CSSFactory.assignDOM(Document doc,
String encoding,
URL base,
String media,
boolean useInheritance)
This is the same as
CSSFactory.assignDOM(Document, String, URL, MediaSpec, boolean) but only the
media type is provided instead of the complete media specification. |
static StyleMap |
CSSFactory.assignDOM(Document doc,
String encoding,
URL base,
String media,
boolean useInheritance,
MatchCondition matchCond)
This is the same as
CSSFactory.assignDOM(Document, String, URL, MediaSpec, boolean) but only the
media type is provided instead of the complete media specification. |
static StyleMap |
CSSFactory.assignDOM(Document doc,
URL base,
String media,
boolean useInheritance)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StyleMap |
Analyzer.evaluateDOM(Document doc,
MediaSpec media,
boolean inherit)
Evaluates CSS properties of DOM tree
|
StyleMap |
Analyzer.evaluateDOM(Document doc,
String media,
boolean inherit) |
Copyright © 2018. All rights reserved.