|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.sass.internal.visitor.NestedNodeHandler
public class NestedNodeHandler
Handle nested properties nodes (e.g. "font: { family: serif; }" to "font-family: serif;"). Sample SASS code (from www.sass-lang.com):
li {
font: {
family: serif;
weight: bold;
size: 1.2em;
}
}
Note that this does not apply to nested blocks, which are handled by
BlockNodeHandler.
| Constructor Summary | |
|---|---|
NestedNodeHandler()
|
|
| Method Summary | |
|---|---|
static void |
traverse(NestPropertiesNode node)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NestedNodeHandler()
| Method Detail |
|---|
public static void traverse(NestPropertiesNode node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||