Example usage for org.xml.sax HandlerBase subclass-usage

List of usage examples for org.xml.sax HandlerBase subclass-usage

Introduction

In this page you can find the example usage for org.xml.sax HandlerBase subclass-usage.

Usage

From source file SAXDemo.java

/**
 * 
 * This class implements the HandlerBase helper class, which means that it
 * defines all the "callback" methods that the SAX parser will invoke to notify
 * the application. In this example we override the methods that we require.
 * 

From source file org.apache.xmlrpc.applet.SimpleXmlRpcClient.java

/**
 * FIXME: Leverage the XmlRpc class.
 */
class XmlRpcSupport extends HandlerBase {

    URL url;