org.apache.ws.jaxme.generator.sg.impl
Class ComplexContentSGImpl

java.lang.Object
  extended byorg.apache.ws.jaxme.generator.sg.impl.ComplexContentSGImpl
All Implemented Interfaces:
ComplexContentSG

public class ComplexContentSGImpl
extends java.lang.Object
implements ComplexContentSG


Constructor Summary
ComplexContentSGImpl(ComplexContentSGChain o)
           
 
Method Summary
 GroupSG getGroupSG()
          Returns the child elements.
 ComplexContentSGChain getHeadOfChain()
           
 void init()
          Initializes the ComplexContentSG.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexContentSGImpl

public ComplexContentSGImpl(ComplexContentSGChain o)
Method Detail

getGroupSG

public GroupSG getGroupSG()
Description copied from interface: ComplexContentSG

Returns the child elements.

Specified by:
getGroupSG in interface ComplexContentSG

init

public void init()
          throws org.xml.sax.SAXException
Description copied from interface: ComplexContentSG

Initializes the ComplexContentSG.

Specified by:
init in interface ComplexContentSG
Throws:
org.xml.sax.SAXException

getHeadOfChain

public ComplexContentSGChain getHeadOfChain()