public interface

XmlEventSource

com.google.gdata.data.XmlEventSource
Known Indirect Subclasses

Class Overview

A generic source of xml events that can be parsed by an instance of DefaultHandler.

Summary

Public Methods
abstract void parse(DefaultHandler handler)
Parse this event source with the given xml handler.

Public Methods

public abstract void parse (DefaultHandler handler)

Parse this event source with the given xml handler.

Parameters
handler An xml handler that can handle the xml event source.
Throws
SAXException if parsing fails.
IOException