| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImplorg.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementHandlerSGorg.apache.ws.jaxme.generator.sg.impl.ccsg.SimpleContentHandlerSGpublic class SimpleContentHandlerSGextends EmptyElementHandlerSGJMSAXElementParser,
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