|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.resources.css.ast.CssVisitor
com.google.gwt.resources.css.ast.CssNodeCloner
public class CssNodeCloner
Clones CssNodes.
| Method Summary | ||
|---|---|---|
static
|
clone(java.lang.Class<T> clazz,
java.util.List<T> nodes)
Clone a list of nodes. |
|
static
|
clone(java.lang.Class<T> clazz,
T node)
Clone a single node. |
|
void |
endVisit(CssMediaRule x,
Context ctx)
|
|
void |
endVisit(CssNoFlip x,
Context ctx)
|
|
void |
endVisit(CssStylesheet x,
Context ctx)
|
|
boolean |
visit(CssDef x,
Context ctx)
|
|
boolean |
visit(CssEval x,
Context ctx)
|
|
boolean |
visit(CssExternalSelectors x,
Context ctx)
|
|
boolean |
visit(CssIf x,
Context ctx)
A CssIf has two lists of nodes, so we want to handle traversal in this visitor. |
|
boolean |
visit(CssMediaRule x,
Context ctx)
|
|
boolean |
visit(CssNoFlip x,
Context ctx)
|
|
boolean |
visit(CssPageRule x,
Context ctx)
|
|
boolean |
visit(CssProperty x,
Context ctx)
|
|
boolean |
visit(CssRule x,
Context ctx)
|
|
boolean |
visit(CssSelector x,
Context ctx)
|
|
boolean |
visit(CssSprite x,
Context ctx)
|
|
boolean |
visit(CssStylesheet x,
Context ctx)
|
|
boolean |
visit(CssUnknownAtRule x,
Context ctx)
|
|
boolean |
visit(CssUrl x,
Context ctx)
|
|
| Methods inherited from class com.google.gwt.resources.css.ast.CssVisitor |
|---|
accept, accept, acceptWithInsertRemove, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends CssNode> java.util.List<T> clone(java.lang.Class<T> clazz,
java.util.List<T> nodes)
public static <T extends CssNode> T clone(java.lang.Class<T> clazz,
T node)
public void endVisit(CssMediaRule x,
Context ctx)
endVisit in class CssVisitorx - the node being visitedctx - the context for the visit
public void endVisit(CssNoFlip x,
Context ctx)
endVisit in class CssVisitorx - the node being visitedctx - the context for the visit
public void endVisit(CssStylesheet x,
Context ctx)
endVisit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssDef x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssEval x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssExternalSelectors x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssIf x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssMediaRule x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssNoFlip x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssPageRule x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssProperty x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssRule x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssSelector x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssSprite x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssStylesheet x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssUrl x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
public boolean visit(CssUnknownAtRule x,
Context ctx)
visit in class CssVisitorx - the node being visitedctx - the context for the visit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||