}
}
private void createXMLHandler(ComplexTypeSG pController, JavaSource pJs) throws SAXException {
pJs.addExtends(JMSAXElementParser.class);
HandlerSG handlerSG = newHandlerSG(pController, pJs);
handlerSG.generate();
if (!pController.hasSimpleContent()) {
ComplexContentSG ccSG = pController.getComplexContentSG();
ParticleSG[] particles = ccSG.getElementParticles();
for (int i = 0; i < particles.length; i++) {
ParticleSG particle = particles[i];