public abstract class DOMVisitor extends Object
| Constructor and Description |
|---|
DOMVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Document dom) |
void |
visit(Element e) |
void |
visitNode(Node n)
other nodes.
|
Copyright © 2017 Oracle Corporation. All rights reserved.