public final class DomWalker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DomWalker.Rewriter
Rewriter that traverses the DOM, passing each node to its
list of
Visitor instances in order. |
static interface |
DomWalker.Visitor
Implemented by classes that do actual manipulation of the DOM
while
DomWalker.ContentVisitor walks it. |
| Modifier and Type | Method and Description |
|---|---|
static Gadget |
makeGadget(GadgetContext context) |
static Gadget |
makeGadget(HttpRequest request) |
public static Gadget makeGadget(GadgetContext context)
public static Gadget makeGadget(HttpRequest request)
Copyright © 2007-2012. All Rights Reserved.