org.apache.ws.jaxme.generator.sg.impl.ccsg
Class SimpleContentHandlerSG

java.lang.Object
  extended by org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
      extended by org.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementHandlerSG
          extended by org.apache.ws.jaxme.generator.sg.impl.ccsg.SimpleContentHandlerSG
All Implemented Interfaces:
HandlerSG

public class SimpleContentHandlerSG
extends EmptyElementHandlerSG

Creates an instance of JMSAXElementParser, which parses a complex element with simple content.


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
ctSG
 
Constructor Summary
SimpleContentHandlerSG(ComplexTypeSG pType, JavaSource pJs)
          Creates a new instance, which generates a handler for the given complex type.
 
Method Summary
 JavaMethod newEndElementMethod()
          Creates the handlers method JMSAXGroupParser.endElement(String, String, String, Object).
 
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementHandlerSG
newIsAtomicMethod, newIsEmptyMethod, newIsFinishedMethod, newStartElementMethod
 
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
 

Constructor Detail

SimpleContentHandlerSG

public SimpleContentHandlerSG(ComplexTypeSG pType,
                              JavaSource pJs)
Creates a new instance, which generates a handler for the given complex type.

Method Detail

newEndElementMethod

public JavaMethod newEndElementMethod()
                               throws org.xml.sax.SAXException
Description copied from interface: HandlerSG
Creates the handlers method JMSAXGroupParser.endElement(String, String, String, Object).

Specified by:
newEndElementMethod in interface HandlerSG
Overrides:
newEndElementMethod in class HandlerSGImpl
Throws:
org.xml.sax.SAXException