net.sf.myjaut.xml.handling
Interface XmlHandlingTemplate<E extends java.lang.Exception>

All Known Implementing Classes:
ApplyingXmlHandlingTemplate, DefaultXmlHandlingTemplate, SimpleXmlHandlingTemplate

public interface XmlHandlingTemplate<E extends java.lang.Exception>


Method Summary
 void handle(org.w3c.dom.Node node, XmlHandler<E> handler)
           
 boolean matches(org.w3c.dom.Node node)
           
 

Method Detail

matches

boolean matches(org.w3c.dom.Node node)

handle

void handle(org.w3c.dom.Node node,
            XmlHandler<E> handler)
            throws E extends java.lang.Exception
Throws:
E extends java.lang.Exception


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.