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(head) 7*7c568831SAndroid Build Coastguard WorkerSAX.startElement(title) 8*7c568831SAndroid Build Coastguard WorkerSAX.characters(Script tests, 12) 9*7c568831SAndroid Build Coastguard WorkerSAX.endElement(title) 10*7c568831SAndroid Build Coastguard WorkerSAX.endElement(head) 11*7c568831SAndroid Build Coastguard WorkerSAX.characters( 12*7c568831SAndroid Build Coastguard Worker, 1) 13*7c568831SAndroid Build Coastguard WorkerSAX.startElement(body) 14*7c568831SAndroid Build Coastguard WorkerSAX.characters( 15*7c568831SAndroid Build Coastguard Worker, 1) 16*7c568831SAndroid Build Coastguard WorkerSAX.startElement(script, language='javascript') 17*7c568831SAndroid Build Coastguard WorkerSAX.cdata( 18*7c568831SAndroid Build Coastguard Worker if (window.open<max) ;, 28) 19*7c568831SAndroid Build Coastguard WorkerSAX.endElement(script) 20*7c568831SAndroid Build Coastguard WorkerSAX.characters( 21*7c568831SAndroid Build Coastguard Worker, 1) 22*7c568831SAndroid Build Coastguard WorkerSAX.startElement(input, onclick='if(window.open<max);') 23*7c568831SAndroid Build Coastguard WorkerSAX.endElement(input) 24*7c568831SAndroid Build Coastguard WorkerSAX.characters( 25*7c568831SAndroid Build Coastguard Worker, 1) 26*7c568831SAndroid Build Coastguard WorkerSAX.endElement(body) 27*7c568831SAndroid Build Coastguard WorkerSAX.characters( 28*7c568831SAndroid Build Coastguard Worker, 1) 29*7c568831SAndroid Build Coastguard WorkerSAX.endElement(html) 30*7c568831SAndroid Build Coastguard WorkerSAX.characters( 31*7c568831SAndroid Build Coastguard Worker, 1) 32*7c568831SAndroid Build Coastguard WorkerSAX.endDocument() 33