org.apache.ws.jaxme.generator.sg
Interface AttributeSGChain

All Known Implementing Classes:
AttributeSGChainImpl

public interface AttributeSGChain


Method Summary
 void forAllNonNullValues(AttributeSG pController, JavaMethod p0, DirectAccessible p1, SGlet p2)
           
 void forAllValues(AttributeSG pController, JavaMethod p0, DirectAccessible p1, SGlet p2)
           
 SGFactory getFactory(AttributeSG pController)
           
 org.xml.sax.Locator getLocator(AttributeSG pController)
           
 XsQName getName(AttributeSG pController)
           
 XsNamespaceList getNamespaceList(AttributeSG pController)
           
 XsTWildcard.ProcessContents getProcessContents(AttributeSG pController)
           
 PropertySG getPropertySG(AttributeSG pController)
           
 SchemaSG getSchema(AttributeSG pController)
           
 TypeSG getTypeSG(AttributeSG pController)
           
 void init(AttributeSG pController)
           
 boolean isRequired(AttributeSG pController)
           
 boolean isWildcard(AttributeSG pController)
           
 java.lang.Object newPropertySGChain(AttributeSG pController)
           
 

Method Detail

isRequired

public boolean isRequired(AttributeSG pController)

forAllValues

public void forAllValues(AttributeSG pController,
                         JavaMethod p0,
                         DirectAccessible p1,
                         SGlet p2)
                  throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

forAllNonNullValues

public void forAllNonNullValues(AttributeSG pController,
                                JavaMethod p0,
                                DirectAccessible p1,
                                SGlet p2)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

newPropertySGChain

public java.lang.Object newPropertySGChain(AttributeSG pController)

getPropertySG

public PropertySG getPropertySG(AttributeSG pController)

getTypeSG

public TypeSG getTypeSG(AttributeSG pController)

isWildcard

public boolean isWildcard(AttributeSG pController)

getNamespaceList

public XsNamespaceList getNamespaceList(AttributeSG pController)

getProcessContents

public XsTWildcard.ProcessContents getProcessContents(AttributeSG pController)

getName

public XsQName getName(AttributeSG pController)

getLocator

public org.xml.sax.Locator getLocator(AttributeSG pController)

getSchema

public SchemaSG getSchema(AttributeSG pController)

init

public void init(AttributeSG pController)
          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getFactory

public SGFactory getFactory(AttributeSG pController)