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

Class SimpleContentHandlerSG

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()

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, newEndElementMethod, newIsAtomicMethod, newIsEmptyMethod, newIsFinishedMethod, newStartElementMethod, setParamAttrs, setParamLocalName, setParamNamespaceURI, setParamQName, setParamResult

Constructor Details

SimpleContentHandlerSG

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

Method Details

newEndElementMethod

public JavaMethod newEndElementMethod()
            throws SAXException
Specified by:
newEndElementMethod in interface HandlerSG
Overrides:
newEndElementMethod in interface HandlerSGImpl