Docmosis API 4.5.0

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

public 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.

Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.