org.apache.ws.jaxme.generator.sg.impl.ccsg

Class EmptyElementHandlerSG

public class EmptyElementHandlerSG extends HandlerSGImpl

Creates an instance of JMSAXElementParser, which parses an empty element, aka empty group.
Constructor Summary
EmptyElementHandlerSG(ComplexTypeSG pType, JavaSource pJs)
Creates a new instance, which generates a handler for the given complex type.
Method Summary
JavaMethodnewIsAtomicMethod()
JavaMethodnewIsEmptyMethod()
JavaMethodnewIsFinishedMethod()
JavaMethodnewStartElementMethod()

Constructor Detail

EmptyElementHandlerSG

public EmptyElementHandlerSG(ComplexTypeSG pType, JavaSource pJs)
Creates a new instance, which generates a handler for the given complex type.

Method Detail

newIsAtomicMethod

public JavaMethod newIsAtomicMethod()

newIsEmptyMethod

public JavaMethod newIsEmptyMethod()

newIsFinishedMethod

public JavaMethod newIsFinishedMethod()

newStartElementMethod

public JavaMethod newStartElementMethod()