public interface NodeProcessor
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.Copyright © 2005–2015 Codehaus. All rights reserved.