public class CssStylesheet extends CssNode implements HasNodes
Constructor and Description |
---|
CssStylesheet() |
CssStylesheet(CssStylesheet other)
A copy constructor that will clone the contents of an existing
CssStylesheet.
|
Modifier and Type | Method and Description |
---|---|
void |
append(CssStylesheet other)
Append the given stylesheet.
|
List<CssNode> |
getNodes() |
boolean |
isStatic()
Indicates whether or not the CssNode requires runtime evaluation.
|
void |
traverse(CssVisitor visitor,
Context context) |
public CssStylesheet()
public CssStylesheet(CssStylesheet other)
public void append(CssStylesheet other)
public boolean isStatic()
CssNode
public void traverse(CssVisitor visitor, Context context)
traverse
in interface CssVisitable
Copyright © 2018. All rights reserved.