public class AttributeSGChainImpl extends java.lang.Object implements AttributeSGChain
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeSGChainImpl(AttributeSGChain o) |
| Modifier and Type | Method and Description |
|---|---|
void |
forAllNonNullValues(AttributeSG pController,
JavaMethod pMethod,
DirectAccessible pElement,
SGlet pSGlet) |
void |
forAllValues(AttributeSG pController,
JavaMethod pMethod,
DirectAccessible pElement,
SGlet pSGlet) |
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) |
protected AttributeSGChainImpl(AttributeSGChain o)
public XsQName getName(AttributeSG pController)
getName in interface AttributeSGChainpublic boolean isRequired(AttributeSG pController)
isRequired in interface AttributeSGChainpublic void forAllValues(AttributeSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllValues in interface AttributeSGChainorg.xml.sax.SAXExceptionpublic void forAllNonNullValues(AttributeSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllNonNullValues in interface AttributeSGChainorg.xml.sax.SAXExceptionpublic java.lang.Object newPropertySGChain(AttributeSG pController)
newPropertySGChain in interface AttributeSGChainpublic PropertySG getPropertySG(AttributeSG pController)
getPropertySG in interface AttributeSGChainpublic TypeSG getTypeSG(AttributeSG pController)
getTypeSG in interface AttributeSGChainpublic boolean isWildcard(AttributeSG pController)
isWildcard in interface AttributeSGChainpublic XsNamespaceList getNamespaceList(AttributeSG pController)
getNamespaceList in interface AttributeSGChainpublic XsTWildcard.ProcessContents getProcessContents(AttributeSG pController)
getProcessContents in interface AttributeSGChainpublic SGFactory getFactory(AttributeSG pController)
getFactory in interface AttributeSGChainpublic SchemaSG getSchema(AttributeSG pController)
getSchema in interface AttributeSGChainpublic org.xml.sax.Locator getLocator(AttributeSG pController)
getLocator in interface AttributeSGChainpublic void init(AttributeSG pController) throws org.xml.sax.SAXException
init in interface AttributeSGChainorg.xml.sax.SAXException