1*7c568831SAndroid Build Coastguard WorkerSAX.setDocumentLocator() 2*7c568831SAndroid Build Coastguard WorkerSAX.startDocument() 3*7c568831SAndroid Build Coastguard WorkerSAX.comment( comment before the DTD ) 4*7c568831SAndroid Build Coastguard WorkerSAX.internalSubset(doc, , ) 5*7c568831SAndroid Build Coastguard WorkerSAX.elementDecl(doc, 2, ...) 6*7c568831SAndroid Build Coastguard WorkerSAX.externalSubset(doc, , ) 7*7c568831SAndroid Build Coastguard WorkerSAX.comment( comment after the DTD ) 8*7c568831SAndroid Build Coastguard WorkerSAX.startElementNs(doc, NULL, NULL, 0, 0, 0) 9*7c568831SAndroid Build Coastguard WorkerSAX.endElementNs(doc, NULL, NULL) 10*7c568831SAndroid Build Coastguard WorkerSAX.endDocument() 11