|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeProcessor
Processor/visitor pattern specification for DOM Nodes.
| Method Summary | |
|---|---|
boolean |
accept(Node aNode)
Defines if this visitor should process the provided node. |
void |
process(Node aNode)
Processes the provided DOM Node. |
| Method Detail |
|---|
boolean accept(Node aNode)
aNode - The DOM node to process.
true if the provided Node should be processed by this NodeProcessor.void process(Node aNode)
aNode - The DOM Node to process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||