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

java.lang.Object
  extended by org.apache.ws.jaxme.generator.sg.impl.SimpleContentSGChainImpl
All Implemented Interfaces:
SimpleContentSGChain

public class SimpleContentSGChainImpl
extends java.lang.Object
implements SimpleContentSGChain


Constructor Summary
protected SimpleContentSGChainImpl(SimpleContentSGChain o)
           
 
Method Summary
 TypeSG getContentTypeSG(SimpleContentSG pController)
           
 PropertySG getPropertySG(SimpleContentSG pController)
           
 TypeSG getTypeSG(SimpleContentSG pController)
           
 void init(SimpleContentSG pController)
           
 java.lang.Object newPropertySGChain(SimpleContentSG pController)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContentSGChainImpl

protected SimpleContentSGChainImpl(SimpleContentSGChain o)
Method Detail

init

public void init(SimpleContentSG pController)
          throws org.xml.sax.SAXException
Specified by:
init in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

newPropertySGChain

public java.lang.Object newPropertySGChain(SimpleContentSG pController)
                                    throws org.xml.sax.SAXException
Specified by:
newPropertySGChain in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

getPropertySG

public PropertySG getPropertySG(SimpleContentSG pController)
                         throws org.xml.sax.SAXException
Specified by:
getPropertySG in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

getTypeSG

public TypeSG getTypeSG(SimpleContentSG pController)
                 throws org.xml.sax.SAXException
Specified by:
getTypeSG in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

getContentTypeSG

public TypeSG getContentTypeSG(SimpleContentSG pController)
                        throws org.xml.sax.SAXException
Specified by:
getContentTypeSG in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException