public interface HandlerSG
JMSAXElementParser,
or JMSAXGroupParser.| Modifier and Type | Method and Description |
|---|---|
void |
generate()
Invokes the various "newFooMethod" methods.
|
JavaSource |
getJavaSource()
Returns the class being generated.
|
JavaMethod |
newAddAttributeMethod()
Creates the handlers method
JMSAXElementParser.addAttribute(String, String, String). |
JavaMethod |
newEndElementMethod()
Creates the handlers method
JMSAXGroupParser.endElement(String, String, String, Object). |
JavaMethod |
newIsAtomicMethod()
Creates the handlers method
JMSAXElementParser.isAtomic(). |
JavaMethod |
newIsEmptyMethod()
Creates the handlers method
JMSAXElementParser.isEmpty(). |
JavaMethod |
newIsFinishedMethod()
Creates the handlers method
JMSAXGroupParser.isFinished(). |
JavaMethod |
newStartElementMethod()
Creates the handlers method
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes). |
JavaSource getJavaSource()
JavaMethod newAddAttributeMethod() throws org.xml.sax.SAXException
JMSAXElementParser.addAttribute(String, String, String).org.xml.sax.SAXExceptionJavaMethod newStartElementMethod() throws org.xml.sax.SAXException
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes).org.xml.sax.SAXExceptionJavaMethod newEndElementMethod() throws org.xml.sax.SAXException
JMSAXGroupParser.endElement(String, String, String, Object).org.xml.sax.SAXExceptionJavaMethod newIsFinishedMethod() throws org.xml.sax.SAXException
JMSAXGroupParser.isFinished().org.xml.sax.SAXExceptionJavaMethod newIsEmptyMethod() throws org.xml.sax.SAXException
JMSAXElementParser.isEmpty().org.xml.sax.SAXExceptionJavaMethod newIsAtomicMethod() throws org.xml.sax.SAXException
JMSAXElementParser.isAtomic().org.xml.sax.SAXExceptionvoid generate()
throws org.xml.sax.SAXException
org.xml.sax.SAXException