1*7c568831SAndroid Build Coastguard WorkerSAX.setDocumentLocator() 2*7c568831SAndroid Build Coastguard WorkerSAX.startDocument() 3*7c568831SAndroid Build Coastguard WorkerSAX.startElement(html) 4*7c568831SAndroid Build Coastguard WorkerSAX.startElement(body) 5*7c568831SAndroid Build Coastguard WorkerSAX.startElement(p) 6*7c568831SAndroid Build Coastguard WorkerSAX.characters(toto 7*7c568831SAndroid Build Coastguard Worker, 5) 8*7c568831SAndroid Build Coastguard WorkerSAX.endElement(p) 9*7c568831SAndroid Build Coastguard WorkerSAX.endElement(body) 10*7c568831SAndroid Build Coastguard WorkerSAX.endElement(html) 11*7c568831SAndroid Build Coastguard WorkerSAX.endDocument() 12