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

getName

XsQName getName(AttributeSG pController)

isRequired

boolean isRequired(AttributeSG pController)

forAllValues

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

forAllNonNullValues

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

newPropertySGChain

java.lang.Object newPropertySGChain(AttributeSG pController)

getPropertySG

PropertySG getPropertySG(AttributeSG pController)

getTypeSG

TypeSG getTypeSG(AttributeSG pController)

isWildcard

boolean isWildcard(AttributeSG pController)

getNamespaceList

XsNamespaceList getNamespaceList(AttributeSG pController)

getProcessContents

XsTWildcard.ProcessContents getProcessContents(AttributeSG pController)

getFactory

SGFactory getFactory(AttributeSG pController)

init

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

getLocator

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

getSchema

SchemaSG getSchema(AttributeSG pController)