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 SAXException
Invokes 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 SAXException
Creates the handlers method
org.apache.ws.jaxme.impl.JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes)
.