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.
Public Member Functions | |
void | element (String localName, Attributes attributes) |
void | characters (String str) |
void | endElement (String localName) |
MessageBase | getMessage () |
|
Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.
|
|
Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.
|
|
Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.
|
|
Implemented in saxparse.AimOrderMessage, and saxparse.ControlMessage.
|