org.objectweb.jonas.tools.migration.jboss
Interface Transformer.NodeFilter

Enclosing class:
Transformer

protected static interface Transformer.NodeFilter

Interface used to filter nodes when querying an input document.


Method Summary
 boolean accept(org.w3c.dom.Node node)
          Tests the given node and returns true iff it is accepted by this NodeFilter.
 

Method Detail

accept

boolean accept(org.w3c.dom.Node node)
Tests the given node and returns true iff it is accepted by this NodeFilter.

Parameters:
node - the node to test
Returns:
true iff node is accepted by this NodeFilter