org.apache.ws.jaxme.generator.sg.impl.ccsg
public interface HandlerSG
Method Summary | |
---|---|
void | generate() Invokes the various "newFooMethod" methods. |
JavaSource | getJavaSource() Returns the class being generated. |
JavaMethod | newAddAttributeMethod() Creates the handlers method
{@link org.apache.ws.jaxme.impl.JMSAXElementParser#addAttribute(String, String, String)}. |
JavaMethod | newEndElementMethod() Creates the handlers method
{@link org.apache.ws.jaxme.impl.JMSAXGroupParser#endElement(String, String, String, Object)}. |
JavaMethod | newIsAtomicMethod() Creates the handlers method
{@link org.apache.ws.jaxme.impl.JMSAXElementParser#isAtomic()}. |
JavaMethod | newIsEmptyMethod() Creates the handlers method
{@link org.apache.ws.jaxme.impl.JMSAXElementParser#isEmpty()}. |
JavaMethod | newIsFinishedMethod() Creates the handlers method
{@link org.apache.ws.jaxme.impl.JMSAXGroupParser#isFinished()}. |
JavaMethod | newStartElementMethod() Creates the handlers method
{@link org.apache.ws.jaxme.impl.JMSAXGroupParser#startElement(String, String, String, org.xml.sax.Attributes)}. |