Class DemoSAXHandler

java.lang.Object
  extended by DemoSAXHandler
All Implemented Interfaces:
PageCallbackHandler

public class DemoSAXHandler
extends java.lang.Object
implements PageCallbackHandler

An even simpler callback demo. qa

See Also:
PageCallbackHandler

Constructor Summary
DemoSAXHandler()
           
 
Method Summary
 void process(WikiPage page)
          This is the callback method that should be implemented before registering with WikiXMLDOMParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoSAXHandler

public DemoSAXHandler()
Method Detail

process

public void process(WikiPage page)
Description copied from interface: PageCallbackHandler
This is the callback method that should be implemented before registering with WikiXMLDOMParser

Specified by:
process in interface PageCallbackHandler
Parameters:
page - a wikipedia page object
See Also:
WikiPage