com.docmosis.template.population
Interface XMLNodeFilter


public interface XMLNodeFilter

An interface that allows the filtering of XML nodes.


Method Summary
 boolean accept(Node node)
          Determine whether a node should be accepted through this filter.
 

Method Detail

accept

boolean accept(Node node)
Determine whether a node should be accepted through this filter.

Parameters:
node - the node to check.
Returns:
true if this node should be accepted; false if this node should be rejected, in which case, it (and its descendants) will not be used.


Copyright © 2014–2022 Docmosis Pty Ltd. All rights reserved.