org.apache.ws.jaxme.generator.sg.impl
Class ComplexTypeSGChainImpl
java.lang.Object
   org.apache.ws.jaxme.generator.sg.impl.ComplexTypeSGChainImpl
org.apache.ws.jaxme.generator.sg.impl.ComplexTypeSGChainImpl
- All Implemented Interfaces: 
- ComplexTypeSGChain
- Direct Known Subclasses: 
- JdbcComplexTypeSG
- public class ComplexTypeSGChainImpl- extends java.lang.Object- implements ComplexTypeSGChain
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ComplexTypeSGChainImpl
protected ComplexTypeSGChainImpl(ComplexTypeSGChain o)
init
public void init(ComplexTypeSG pController)
          throws org.xml.sax.SAXException
- 
- Specified by:
- initin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getTypeSG
public TypeSG getTypeSG(ComplexTypeSG pController)
- 
- Specified by:
- getTypeSGin interface- ComplexTypeSGChain
 
- 
 
getLocator
public org.xml.sax.Locator getLocator(ComplexTypeSG pController)
- 
- Specified by:
- getLocatorin interface- ComplexTypeSGChain
 
- 
 
getClassContext
public Context getClassContext(ComplexTypeSG pController)
- 
- Specified by:
- getClassContextin interface- ComplexTypeSGChain
 
- 
 
getXMLInterface
public JavaSource getXMLInterface(ComplexTypeSG pController)
                           throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLInterfacein interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLInterface
public JavaSource getXMLInterface(ComplexTypeSG pController,
                                  JavaSource pSource)
                           throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLInterfacein interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLImplementation
public JavaSource getXMLImplementation(ComplexTypeSG pController)
                                throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLImplementationin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLImplementation
public JavaSource getXMLImplementation(ComplexTypeSG pController,
                                       JavaSource pSource)
                                throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLImplementationin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLSerializer
public JavaSource getXMLSerializer(ComplexTypeSG pController)
                            throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLSerializerin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLSerializer
public JavaSource getXMLSerializer(ComplexTypeSG pController,
                                   JavaSource pSource)
                            throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLSerializerin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLHandler
public JavaSource getXMLHandler(ComplexTypeSG pController,
                                JavaQName pQName)
                         throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLHandlerin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLHandler
public JavaSource getXMLHandler(ComplexTypeSG pController,
                                JavaSource pSource)
                         throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLHandlerin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
hasAttributes
public boolean hasAttributes(ComplexTypeSG pController)
- 
- Specified by:
- hasAttributesin interface- ComplexTypeSGChain
 
- 
 
newAttributeSG
public java.lang.Object newAttributeSG(ComplexTypeSG pController,
                                       XSAttribute pAttribute)
                                throws org.xml.sax.SAXException
- 
- Specified by:
- newAttributeSGin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
newAttributeSG
public java.lang.Object newAttributeSG(ComplexTypeSG pController,
                                       XSWildcard pWildcard)
                                throws org.xml.sax.SAXException
- 
- Specified by:
- newAttributeSGin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
addAttributeSG
public void addAttributeSG(ComplexTypeSG pController,
                           AttributeSG pAttribute)
                    throws org.xml.sax.SAXException
- 
- Specified by:
- addAttributeSGin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getAttributes
public AttributeSG[] getAttributes(ComplexTypeSG pController)
- 
- Specified by:
- getAttributesin interface- ComplexTypeSGChain
 
- 
 
hasSimpleContent
public boolean hasSimpleContent(ComplexTypeSG pController)
- 
- Specified by:
- hasSimpleContentin interface- ComplexTypeSGChain
 
- 
 
newSimpleContentTypeSG
public java.lang.Object newSimpleContentTypeSG(ComplexTypeSG pController)
                                        throws org.xml.sax.SAXException
- 
- Specified by:
- newSimpleContentTypeSGin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getSimpleContentSG
public SimpleContentSG getSimpleContentSG(ComplexTypeSG pController)
- 
- Specified by:
- getSimpleContentSGin interface- ComplexTypeSGChain
 
- 
 
newComplexContentTypeSG
public java.lang.Object newComplexContentTypeSG(ComplexTypeSG pController)
                                         throws org.xml.sax.SAXException
- 
- Specified by:
- newComplexContentTypeSGin interface- ComplexTypeSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getComplexContentSG
public ComplexContentSG getComplexContentSG(ComplexTypeSG pController)
- 
- Specified by:
- getComplexContentSGin interface- ComplexTypeSGChain
 
-