- All Known Implementing Classes:
- HandlerSGImpl
- public interface HandlerSG
Interface of an object, which generates instances
of org.apache.ws.jaxme.impl.JMSAXElementParser,
or org.apache.ws.jaxme.impl.JMSAXGroupParser.
|
Method Summary |
void |
generate()
Invokes the various "newFooMethod" methods. |
org.apache.ws.jaxme.js.JavaSource |
getJavaSource()
Returns the class being generated. |
org.apache.ws.jaxme.js.JavaMethod |
newAddAttributeMethod()
Creates the handlers method
JMSAXElementParser.addAttribute(String, String, String)>JMSAXElementParser.addAttribute(String, String, String) 55 . |
org.apache.ws.jaxme.js.JavaMethod |
newEndElementMethod()
Creates the handlers method
JMSAXGroupParser.endElement(String, String, String, Object)>JMSAXGroupParser.endElement(String, String, String, Object) 55 . |
org.apache.ws.jaxme.js.JavaMethod |
newIsAtomicMethod()
Creates the handlers method
JMSAXElementParser.isAtomic()>JMSAXElementParser.isAtomic() 55 . |
org.apache.ws.jaxme.js.JavaMethod |
newIsEmptyMethod()
Creates the handlers method
JMSAXElementParser.isEmpty()>JMSAXElementParser.isEmpty() 55 . |
org.apache.ws.jaxme.js.JavaMethod |
newIsFinishedMethod()
Creates the handlers method
JMSAXGroupParser.isFinished()>JMSAXGroupParser.isFinished() 55 . |
org.apache.ws.jaxme.js.JavaMethod |
newStartElementMethod()
Creates the handlers method
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes)>JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes) 55 . |
getJavaSource
public org.apache.ws.jaxme.js.JavaSource getJavaSource()
- Returns the class being generated.
newAddAttributeMethod
public org.apache.ws.jaxme.js.JavaMethod newAddAttributeMethod()
throws org.xml.sax.SAXException
- Creates the handlers method
JMSAXElementParser.addAttribute(String, String, String)>
JMSAXElementParser.addAttribute(String, String, String) 55 .
newStartElementMethod
public org.apache.ws.jaxme.js.JavaMethod newStartElementMethod()
throws org.xml.sax.SAXException
- Creates the handlers method
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes)>
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes) 55 .
newEndElementMethod
public org.apache.ws.jaxme.js.JavaMethod newEndElementMethod()
throws org.xml.sax.SAXException
- Creates the handlers method
JMSAXGroupParser.endElement(String, String, String, Object)>
JMSAXGroupParser.endElement(String, String, String, Object) 55 .
newIsFinishedMethod
public org.apache.ws.jaxme.js.JavaMethod newIsFinishedMethod()
throws org.xml.sax.SAXException
- Creates the handlers method
JMSAXGroupParser.isFinished()>
JMSAXGroupParser.isFinished() 55 .
newIsEmptyMethod
public org.apache.ws.jaxme.js.JavaMethod newIsEmptyMethod()
throws org.xml.sax.SAXException
- Creates the handlers method
JMSAXElementParser.isEmpty()>
JMSAXElementParser.isEmpty() 55 .
newIsAtomicMethod
public org.apache.ws.jaxme.js.JavaMethod newIsAtomicMethod()
throws org.xml.sax.SAXException
- Creates the handlers method
JMSAXElementParser.isAtomic()>
JMSAXElementParser.isAtomic() 55 .
generate
public void generate()
throws org.xml.sax.SAXException
- Invokes the various "newFooMethod" methods.