|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HandlerSG
Interface of an object, which generates instances
of JMSAXElementParser,
or JMSAXGroupParser.
| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
JavaSource getJavaSource()
JavaMethod newAddAttributeMethod()
throws org.xml.sax.SAXException
JMSAXElementParser.addAttribute(String, String, String).
org.xml.sax.SAXException
JavaMethod newStartElementMethod()
throws org.xml.sax.SAXException
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes).
org.xml.sax.SAXException
JavaMethod newEndElementMethod()
throws org.xml.sax.SAXException
JMSAXGroupParser.endElement(String, String, String, Object).
org.xml.sax.SAXException
JavaMethod newIsFinishedMethod()
throws org.xml.sax.SAXException
JMSAXGroupParser.isFinished().
org.xml.sax.SAXException
JavaMethod newIsEmptyMethod()
throws org.xml.sax.SAXException
JMSAXElementParser.isEmpty().
org.xml.sax.SAXException
JavaMethod newIsAtomicMethod()
throws org.xml.sax.SAXException
JMSAXElementParser.isAtomic().
org.xml.sax.SAXException
void generate()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||