org.apache.ws.jaxme.generator.sg.impl
Class JAXBObjectSG
- ObjectSGChain
public class JAXBObjectSG
JAXBObjectSG(SGFactory pFactory, SchemaSG pSchema, XSAny pAny) - Creates a new instance of JAXBObjectSG generating the given
wildcard object.
|
JAXBObjectSG(SGFactory pFactory, SchemaSG pSchema, XSAttribute pAttribute, Context pClassContext) - Creates a new, local instance of JAXBObjectSG, generating
the given attribute within the given
Context .
|
JAXBObjectSG(SGFactory pFactory, SchemaSG pSchema, XSElement pElement) - Creates a new, global instance of JAXBObjectSG, generating
the given element.
|
JAXBObjectSG(SGFactory pFactory, SchemaSG pSchema, XSElement pElement, Context pClassContext) - Creates a new, local instance of JAXBObjectSG, generating
the given element within the given
Context .
|
JAXBObjectSG
public JAXBObjectSG(SGFactory pFactory,
SchemaSG pSchema,
XSAny pAny)
Creates a new instance of JAXBObjectSG generating the given
wildcard object.
JAXBObjectSG
public JAXBObjectSG(SGFactory pFactory,
SchemaSG pSchema,
XSAttribute pAttribute,
Context pClassContext)
throws SAXException
Creates a new, local instance of JAXBObjectSG, generating
the given attribute within the given
Context
.
JAXBObjectSG
public JAXBObjectSG(SGFactory pFactory,
SchemaSG pSchema,
XSElement pElement)
throws SAXException
Creates a new, global instance of JAXBObjectSG, generating
the given element.
JAXBObjectSG
public JAXBObjectSG(SGFactory pFactory,
SchemaSG pSchema,
XSElement pElement,
Context pClassContext)
throws SAXException
Creates a new, local instance of JAXBObjectSG, generating
the given element within the given
Context
.