Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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
public class SimpleContentHandlerSG
extends EmptyElementHandlerSG
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 | |
|
Method Summary | |
JavaMethod |
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 |
public SimpleContentHandlerSG(ComplexTypeSG pType, JavaSource pJs)
Creates a new instance, which generates a handler for the given complex type.
public JavaMethod newEndElementMethod() throws SAXException
- Specified by:
- newEndElementMethod in interface HandlerSG
- Overrides:
- newEndElementMethod in interface HandlerSGImpl