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.GroupHandlerSG
org.apache.ws.jaxme.generator.sg.impl.ccsg.SequenceHandlerSG
public class SequenceHandlerSG
extends GroupHandlerSG
JMSAXElementParser
,
or JMSAXGroupParser
,
which parses a sequence.
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 , newIsFinishedMethod , 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 SequenceHandlerSG(ComplexTypeSG pTypeSG, JavaSource pJs) throws SAXException
Creates a new instance, which generates a handler for the complex typepTypeSG
by 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 GroupHandlerSG
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