org.apache.ws.jaxme.generator.sg
Interface GroupSGChain
- All Known Implementing Classes:
- GroupSGChainImpl, JAXBGroupSG
public interface GroupSGChain
getClassContext
Context getClassContext(GroupSG pController)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
generate
void generate(GroupSG pController)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getXMLInterface
JavaSource getXMLInterface(GroupSG pController)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getXMLImplementation
JavaSource getXMLImplementation(GroupSG pController)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
isGlobal
boolean isGlobal(GroupSG pController)
isAll
boolean isAll(GroupSG pController)
isChoice
boolean isChoice(GroupSG pController)
isSequence
boolean isSequence(GroupSG pController)
generateProperties
void generateProperties(GroupSG pController,
JavaSource p0)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
generateXMLInterfaceSubclasses
void generateXMLInterfaceSubclasses(GroupSG pController,
JavaSource p0)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
generateXMLImplementationSubclasses
void generateXMLImplementationSubclasses(GroupSG pController,
JavaSource p0)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
generateXMLHandlersElements
void generateXMLHandlersElements(GroupSG pController,
JavaSource p0,
DirectAccessible p1)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
generateXMLSerializersElements
void generateXMLSerializersElements(GroupSG pController,
JavaSource p0)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getParticles
ParticleSG[] getParticles(GroupSG pController)
newParticleSG
java.lang.Object newParticleSG(GroupSG pController,
XSParticle p0)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getFactory
SGFactory getFactory(GroupSG pController)
init
void init(GroupSG pController)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getLocator
org.xml.sax.Locator getLocator(GroupSG pController)
getSchema
SchemaSG getSchema(GroupSG pController)