public final class CajaCssUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.google.caja.parser.css.CssTree> |
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 <T extends com.google.caja.parser.css.CssTree> |
descendants(com.google.caja.parser.css.CssTree node,
Class<T> nodeType)
Get all descendants of the passed node with the specified node type
|
Copyright © 2007-2012. All Rights Reserved.