| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
NodeData |
NodeData.concretize()
Replaces all
inherit CSS properties either with values of
parent, or, if not present, with default values of user agent. |
static NodeData |
CSSFactory.createNodeData()
Creates instance of NodeData
|
NodeData |
NodeData.inheritFrom(NodeData parent)
Accepts values from parent as its own.
|
NodeData |
NodeData.push(Declaration d)
Adds data stored in declaration into current instance
|
| Modifier and Type | Method and Description |
|---|---|
NodeData |
NodeData.inheritFrom(NodeData parent)
Accepts values from parent as its own.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CSSFactory.registerNodeDataInstance(Class<? extends NodeData> clazz)
Registers node data instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuadrupleMapNodeData
Implementation of NodeData by four distinct HashMaps.
|
class |
SingleMapNodeData
Implementation of NodeData by single HashMap.
|
| Modifier and Type | Method and Description |
|---|---|
NodeData |
SingleMapNodeData.concretize() |
NodeData |
QuadrupleMapNodeData.concretize() |
protected NodeData |
StyleMap.createDataInstance() |
NodeData |
DirectAnalyzer.getElementStyle(Element el,
Selector.PseudoDeclaration pseudo,
String media)
Computes the style of an element with an eventual pseudo element for the given media.
|
NodeData |
SingleMapNodeData.inheritFrom(NodeData parent) |
NodeData |
QuadrupleMapNodeData.inheritFrom(NodeData parent) |
NodeData |
SingleMapNodeData.push(Declaration d) |
NodeData |
QuadrupleMapNodeData.push(Declaration d) |
| Modifier and Type | Method and Description |
|---|---|
NodeData |
SingleMapNodeData.inheritFrom(NodeData parent) |
NodeData |
QuadrupleMapNodeData.inheritFrom(NodeData parent) |
Copyright © 2014. All rights reserved.