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