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 AttributeSGChain
public boolean isRequired(AttributeSG pController)
isRequired
in interface AttributeSGChain
public void forAllValues(AttributeSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllValues
in interface AttributeSGChain
org.xml.sax.SAXException
public void forAllNonNullValues(AttributeSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllNonNullValues
in interface AttributeSGChain
org.xml.sax.SAXException
public java.lang.Object newPropertySGChain(AttributeSG pController)
newPropertySGChain
in interface AttributeSGChain
public PropertySG getPropertySG(AttributeSG pController)
getPropertySG
in interface AttributeSGChain
public TypeSG getTypeSG(AttributeSG pController)
getTypeSG
in interface AttributeSGChain
public boolean isWildcard(AttributeSG pController)
isWildcard
in interface AttributeSGChain
public XsNamespaceList getNamespaceList(AttributeSG pController)
getNamespaceList
in interface AttributeSGChain
public XsTWildcard.ProcessContents getProcessContents(AttributeSG pController)
getProcessContents
in interface AttributeSGChain
public SGFactory getFactory(AttributeSG pController)
getFactory
in interface AttributeSGChain
public SchemaSG getSchema(AttributeSG pController)
getSchema
in interface AttributeSGChain
public org.xml.sax.Locator getLocator(AttributeSG pController)
getLocator
in interface AttributeSGChain
public void init(AttributeSG pController) throws org.xml.sax.SAXException
init
in interface AttributeSGChain
org.xml.sax.SAXException