Main Page | Packages | Class Hierarchy | Class List | File List | Class Members

saxparse.MessageInterface Interface Reference

Inheritance diagram for saxparse.MessageInterface:

Inheritance graph
[legend]
List of all members.

Detailed Description

MessageInterface Aug 11, 2004.

This interface defines the interface that should be implemented by subclasses of MessageBaseMessage. Each of these classes must implement methods to process the XML components (element, characters, and endElement). The MessageBaseMessage subclasses should also implement the getMessage() method which will return the object that has been constructed.

Author:
Ian Kaplan, www.bearcave.com, iank@bearcave.com


Public Member Functions

void element (String localName, Attributes attributes)
void characters (String str)
void endElement (String localName)
MessageBase getMessage ()


Member Function Documentation

void saxparse.MessageInterface.characters String  str  ) 
 

Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.

void saxparse.MessageInterface.element String  localName,
Attributes  attributes
 

Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.

void saxparse.MessageInterface.endElement String  localName  ) 
 

Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.

MessageBase saxparse.MessageInterface.getMessage  ) 
 

Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.


The documentation for this interface was generated from the following file:
Generated on Sat Aug 28 13:50:04 2004 for SaxParse by doxygen 1.3.8