demo for SASAX - 1.5

jp.ne.dti.lares.foozy.sasax
Interface Notification


public interface Notification


Method Summary
 void elementEnded(Element, ParseContext)
           
 void elementStarted(Element, ParseContext, org.xml.sax.Attributes)
           
 

Method Detail

elementStarted

public void elementStarted(Element,
                           ParseContext,
                           org.xml.sax.Attributes)
                    throws org.xml.sax.SAXException

elementEnded

public void elementEnded(Element,
                         ParseContext)
                  throws org.xml.sax.SAXException

demo for SASAX - 1.5