java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
org.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementHandlerSG
org.apache.ws.jaxme.generator.sg.impl.ccsg.SimpleContentHandlerSG
- All Implemented Interfaces:
- HandlerSG
- public class SimpleContentHandlerSG
- extends EmptyElementHandlerSG
Creates an instance of
org.apache.ws.jaxme.impl.JMSAXElementParser,
which parses a complex element with simple content.
| Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl |
ctSG |
| Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl |
createSimpleTypeConversion, generate, getJavaSource, getParamAttrs, getParamLocalName, getParamNamespaceURI, getParamQName, getParamResult, newAddAttributeMethod, setParamAttrs, setParamLocalName, setParamNamespaceURI, setParamQName, setParamResult |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleContentHandlerSG
public SimpleContentHandlerSG(org.apache.ws.jaxme.generator.sg.ComplexTypeSG pType,
org.apache.ws.jaxme.js.JavaSource pJs)
- Creates a new instance, which generates a handler
for the given complex type.
newEndElementMethod
public org.apache.ws.jaxme.js.JavaMethod newEndElementMethod()
throws org.xml.sax.SAXException
- Description copied from interface:
HandlerSG
- Creates the handlers method
JMSAXGroupParser.endElement(String, String, String, Object)>
JMSAXGroupParser.endElement(String, String, String, Object) 55 .
- Specified by:
newEndElementMethod in interface HandlerSG- Overrides:
newEndElementMethod in class HandlerSGImpl