*/
public void endElement(String uri, String loc, String raw) throws SAXException {
if ( Web3.URI.equals(uri) && !this.error ) {
switch ( Integer.parseInt( (String) this.tags.get( loc ))) {
case INCLUDE_ELEM:
Web3Streamer w3s = null;
ServiceSelector streamerSelector = null;
try {
this.connection.execute( this.function );
streamerSelector =
(ServiceSelector)
this.manager.lookup( Web3Streamer.ROLE + "Selector" );
w3s = (Web3Streamer) streamerSelector.select( this.streamer );
w3s.stream( this.function, this.contentHandler );
}
catch (Exception x) {
this.attributes.clear();
super.startElement(uri, Web3.ABAP_EXCEPTION_ELEM,
Web3.ABAP_EXCEPTION_ELEM, this.attributes);