| 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.EmptyElementHandlerSGpublic class EmptyElementHandlerSGextends HandlerSGImplJMSAXElementParser,
which parses an empty element, aka empty group.
Field Summary |
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl | |
ctSG | |
Constructor Summary | |
| |
Method Summary | |
JavaMethod | |
JavaMethod | |
JavaMethod | |
JavaMethod | |
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 EmptyElementHandlerSG(ComplexTypeSG pType, JavaSource pJs)
Creates a new instance, which generates a handler for the given complex type.
public JavaMethod newIsAtomicMethod() throws SAXException
- Specified by:
- newIsAtomicMethod in interface HandlerSG
- Overrides:
- newIsAtomicMethod in interface HandlerSGImpl
public JavaMethod newIsEmptyMethod() throws SAXException
- Specified by:
- newIsEmptyMethod in interface HandlerSG
- Overrides:
- newIsEmptyMethod in interface HandlerSGImpl
public JavaMethod newIsFinishedMethod() throws SAXException
- Specified by:
- newIsFinishedMethod in interface HandlerSG
- Overrides:
- newIsFinishedMethod in interface HandlerSGImpl
public JavaMethod newStartElementMethod() throws SAXException
- Specified by:
- newStartElementMethod in interface HandlerSG
- Overrides:
- newStartElementMethod in interface HandlerSGImpl