1*7c568831SAndroid Build Coastguard WorkerSAX.setDocumentLocator() 2*7c568831SAndroid Build Coastguard WorkerSAX.startDocument() 3*7c568831SAndroid Build Coastguard WorkerSAX.startElement(html) 4*7c568831SAndroid Build Coastguard WorkerSAX.characters( 5*7c568831SAndroid Build Coastguard Worker, 1) 6*7c568831SAndroid Build Coastguard WorkerSAX.startElement(body, bgcolor='#FFFFFF') 7*7c568831SAndroid Build Coastguard WorkerSAX.characters( 8*7c568831SAndroid Build Coastguard Worker , 17) 9*7c568831SAndroid Build Coastguard WorkerSAX.startElement(a, href='mailto:[email protected],[email protected]?subject=South San Francisco BIS Seminar - October 16th') 10*7c568831SAndroid Build Coastguard WorkerSAX.endElement(a) 11*7c568831SAndroid Build Coastguard WorkerSAX.startElement(br) 12*7c568831SAndroid Build Coastguard WorkerSAX.endElement(br) 13*7c568831SAndroid Build Coastguard WorkerSAX.characters( 14*7c568831SAndroid Build Coastguard Worker, 1) 15*7c568831SAndroid Build Coastguard WorkerSAX.endElement(body) 16*7c568831SAndroid Build Coastguard WorkerSAX.characters( 17*7c568831SAndroid Build Coastguard Worker, 1) 18*7c568831SAndroid Build Coastguard WorkerSAX.endElement(html) 19*7c568831SAndroid Build Coastguard WorkerSAX.characters( 20*7c568831SAndroid Build Coastguard Worker, 1) 21*7c568831SAndroid Build Coastguard WorkerSAX.endDocument() 22