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) 7*7c568831SAndroid Build Coastguard WorkerSAX.characters( 8*7c568831SAndroid Build Coastguard Worker, 1) 9*7c568831SAndroid Build Coastguard WorkerSAX.startElement(form) 10*7c568831SAndroid Build Coastguard WorkerSAX.characters( 11*7c568831SAndroid Build Coastguard Worker , 3) 12*7c568831SAndroid Build Coastguard WorkerSAX.startElement(input, type='text', name='test', value='š') 13*7c568831SAndroid Build Coastguard WorkerSAX.endElement(input) 14*7c568831SAndroid Build Coastguard WorkerSAX.characters( 15*7c568831SAndroid Build Coastguard Worker, 1) 16*7c568831SAndroid Build Coastguard WorkerSAX.endElement(form) 17*7c568831SAndroid Build Coastguard WorkerSAX.characters( 18*7c568831SAndroid Build Coastguard Worker, 1) 19*7c568831SAndroid Build Coastguard WorkerSAX.endElement(body) 20*7c568831SAndroid Build Coastguard WorkerSAX.characters( 21*7c568831SAndroid Build Coastguard Worker, 1) 22*7c568831SAndroid Build Coastguard WorkerSAX.endElement(html) 23*7c568831SAndroid Build Coastguard WorkerSAX.endDocument() 24