| 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.GroupHandlerSGorg.apache.ws.jaxme.generator.sg.impl.ccsg.AllHandlerSGpublic class AllHandlerSGextends GroupHandlerSGJMSAXElementParser,
or JMSAXGroupParser,
which parses an "all" group.
Field Summary |
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.GroupHandlerSG | |
ccSG, group, outerHandler, particle, particles | |
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl | |
ctSG | |
Constructor Summary | |
| |
Method Summary | |
protected void |
|
protected DirectAccessible | |
protected int |
|
JavaMethod | |
JavaMethod | |
protected JavaField | |
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.GroupHandlerSG | |
acceptParticle, generate, getEndElementState, getGroupHandlerSG, getState, getStateField, handleStartElementStates, handleStartOfChildElement, isRequiredParticle, newAddAttributeMethod, newAddTextMethod, newEndElementMethod, newIsAtomicMethod, newIsEmptyMethod, newIsMixedMethod, newStateField | |
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 AllHandlerSG(ComplexTypeSG pType, JavaSource pJs) throws SAXException
Creates a new instance, which generates a handler for the complex typepTypeSGby adding methods and fields to the Java classpJs.
protected void acceptParticle(JavaMethod pJm, int pNum) throws SAXException
- Overrides:
- acceptParticle in interface GroupHandlerSG
protected DirectAccessible getEndElementState() throws SAXException
- Overrides:
- getEndElementState in interface GroupHandlerSG
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
protected JavaField newStateField() throws SAXException
- Overrides:
- newStateField in interface GroupHandlerSG