org.apache.ws.jaxme.generator.sg.impl.ccsg
Interface HandlerSG
- AllHandlerSG, ChoiceHandlerSG, EmptyElementHandlerSG, GroupHandlerSG, HandlerSGImpl, SequenceHandlerSG, SimpleContentHandlerSG
public interface HandlerSG
generate
public void generate()
throws SAXExceptionInvokes the various "newFooMethod" methods.
getJavaSource
public JavaSource getJavaSource()
Returns the class being generated.
newAddAttributeMethod
public JavaMethod newAddAttributeMethod()
throws SAXException
newEndElementMethod
public JavaMethod newEndElementMethod()
throws SAXException
newIsAtomicMethod
public JavaMethod newIsAtomicMethod()
throws SAXException
newIsEmptyMethod
public JavaMethod newIsEmptyMethod()
throws SAXException
newIsFinishedMethod
public JavaMethod newIsFinishedMethod()
throws SAXException
newStartElementMethod
public JavaMethod newStartElementMethod()
throws SAXExceptionCreates the handlers method
org.apache.ws.jaxme.impl.JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes).