net.sf.myjaut.xml.handling
Class ApplyingXmlHandlingTemplate<E extends java.lang.Exception>

java.lang.Object
  extended by net.sf.myjaut.xml.handling.SimpleXmlHandlingTemplate<E>
      extended by net.sf.myjaut.xml.handling.ApplyingXmlHandlingTemplate<E>
All Implemented Interfaces:
XmlHandlingTemplate<E>

public class ApplyingXmlHandlingTemplate<E extends java.lang.Exception>
extends SimpleXmlHandlingTemplate<E>


Constructor Summary
ApplyingXmlHandlingTemplate()
           
ApplyingXmlHandlingTemplate(java.lang.String pattern)
           
 
Method Summary
 void handle(org.w3c.dom.Node node, XmlHandler<E> handler)
           
 
Methods inherited from class net.sf.myjaut.xml.handling.SimpleXmlHandlingTemplate
matches, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyingXmlHandlingTemplate

public ApplyingXmlHandlingTemplate(java.lang.String pattern)

ApplyingXmlHandlingTemplate

public ApplyingXmlHandlingTemplate()
Method Detail

handle

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