|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.gadgets.parse.caja.CajaCssUtils
public final class CajaCssUtils
Utility functions for traversing Caja's CSS DOM
| Method Summary | ||
|---|---|---|
static
|
children(com.google.caja.parser.css.CssTree node,
Class<T> nodeType)
Get the immediate children of the passed node with the specified node type |
|
static
|
descendants(com.google.caja.parser.css.CssTree node,
Class<T> nodeType)
Get all descendants of the passed node with the specified node type |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends com.google.caja.parser.css.CssTree> List<T> children(com.google.caja.parser.css.CssTree node,
Class<T> nodeType)
public static <T extends com.google.caja.parser.css.CssTree> List<T> descendants(com.google.caja.parser.css.CssTree node,
Class<T> nodeType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||