public class ComplexTypeSGImpl extends java.lang.Object implements ComplexTypeSG
| Constructor and Description |
|---|
ComplexTypeSGImpl(ComplexTypeSGChain o) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeSG(AttributeSG pAttribute)
Adds the given
AttributeSG to the list of attributes
and invokes the method SGItem.init()
on it. |
AttributeSG[] |
getAttributes()
Returns the data types array of attributes.
|
Context |
getClassContext()
Returns the datatypes runtime type, which is the binding
interface.
|
ComplexContentSG |
getComplexContentSG()
If the data type has complex content: Returns an instance of
ComplexContentSG. |
ComplexTypeSGChain |
getHeadOfChain() |
org.xml.sax.Locator |
getLocator()
Returns the types
Locator. |
SimpleContentSG |
getSimpleContentSG()
If the data type has simple content: Returns an instance of
SimpleContentSG. |
TypeSG |
getTypeSG()
Returns the
TypeSG that created this instance. |
JavaSource |
getXMLHandler(JavaQName pQName)
Generates the types XML handler as a standalone class.
|
JavaSource |
getXMLHandler(JavaSource pSource)
Generates the types XML handler as an inner class of the given.
|
JavaSource |
getXMLImplementation()
Generates the types implementation as a standalone class.
|
JavaSource |
getXMLImplementation(JavaSource pSource)
Generates the types implementation as an inner class of the given.
|
JavaSource |
getXMLInterface()
Generates the types interface as a standalone class.
|
JavaSource |
getXMLInterface(JavaSource pSource)
Generates the types interface as an inner class of the given.
|
JavaSource |
getXMLSerializer()
Generates the types XML serializer as a standalone class.
|
JavaSource |
getXMLSerializer(JavaSource pSource)
Generates the types XML serializer as an inner class of the given.
|
boolean |
hasAttributes()
Returns whether the data type has attributes.
|
boolean |
hasSimpleContent()
Returns whether the data type has simple content.
|
void |
init()
Initializes the instance.
|
java.lang.Object |
newAttributeSG(XSAttribute pAttribute)
Creates a new instance of
AttributeSGChain
generating the given attribute. |
java.lang.Object |
newAttributeSG(XSWildcard pWildcard)
Creates a new instance of
AttributeSGChain
generating the given wildcard attributes. |
java.lang.Object |
newComplexContentTypeSG()
If the complex type has complex content: Creates an instance of
ComplexContentSGChain generating the given complex type. |
java.lang.Object |
newSimpleContentTypeSG()
If the complex type has simple content: Creates an instance of
SimpleContentSGChain generating the type. |
public ComplexTypeSGImpl(ComplexTypeSGChain o)
public void init()
throws org.xml.sax.SAXException
ComplexTypeSGInitializes the instance.
init in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic TypeSG getTypeSG()
ComplexTypeSGReturns the TypeSG that created this instance.
getTypeSG in interface ComplexTypeSGpublic org.xml.sax.Locator getLocator()
ComplexTypeSGReturns the types Locator.
getLocator in interface ComplexTypeSGpublic Context getClassContext()
ComplexTypeSGReturns the datatypes runtime type, which is the binding interface.
getClassContext in interface ComplexTypeSGpublic JavaSource getXMLInterface() throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types interface as a standalone class. This is used for global types.
getXMLInterface in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic JavaSource getXMLInterface(JavaSource pSource) throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types interface as an inner class of the given.
getXMLInterface in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic JavaSource getXMLImplementation() throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types implementation as a standalone class. This is used for global types.
getXMLImplementation in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic JavaSource getXMLImplementation(JavaSource pSource) throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types implementation as an inner class of the given.
getXMLImplementation in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic JavaSource getXMLSerializer() throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types XML serializer as a standalone class. This is used for global types.
getXMLSerializer in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic JavaSource getXMLSerializer(JavaSource pSource) throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types XML serializer as an inner class of the given. This is used for local types.
getXMLSerializer in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic JavaSource getXMLHandler(JavaQName pQName) throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types XML handler as a standalone class. This is used for global types.
getXMLHandler in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic JavaSource getXMLHandler(JavaSource pSource) throws org.xml.sax.SAXException
ComplexTypeSGGenerates the types XML handler as an inner class of the given. This is used for local types.
getXMLHandler in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic boolean hasAttributes()
ComplexTypeSGReturns whether the data type has attributes.
hasAttributes in interface ComplexTypeSGpublic java.lang.Object newAttributeSG(XSAttribute pAttribute) throws org.xml.sax.SAXException
ComplexTypeSGCreates a new instance of
AttributeSGChain
generating the given attribute.
newAttributeSG in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic java.lang.Object newAttributeSG(XSWildcard pWildcard) throws org.xml.sax.SAXException
ComplexTypeSGCreates a new instance of
AttributeSGChain
generating the given wildcard attributes.
newAttributeSG in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic void addAttributeSG(AttributeSG pAttribute) throws org.xml.sax.SAXException
ComplexTypeSGAdds the given AttributeSG to the list of attributes
and invokes the method SGItem.init()
on it.
addAttributeSG in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic AttributeSG[] getAttributes()
ComplexTypeSGReturns the data types array of attributes.
getAttributes in interface ComplexTypeSGpublic boolean hasSimpleContent()
ComplexTypeSGReturns whether the data type has simple content.
hasSimpleContent in interface ComplexTypeSGpublic java.lang.Object newSimpleContentTypeSG()
throws org.xml.sax.SAXException
ComplexTypeSGIf the complex type has simple content: Creates an instance of
SimpleContentSGChain generating the type.
Implementation note: The type
SimpleContentSGChain
must not be exposed in the interface, because the interface
class is used to generate this type. In other words, this
interface must be compilable without the
SimpleContentSGChain
interface.
newSimpleContentTypeSG in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic SimpleContentSG getSimpleContentSG()
ComplexTypeSGIf the data type has simple content: Returns an instance of
SimpleContentSG. Uses ComplexTypeSG.newSimpleContentTypeSG()
internally.
getSimpleContentSG in interface ComplexTypeSGpublic java.lang.Object newComplexContentTypeSG()
throws org.xml.sax.SAXException
ComplexTypeSGIf the complex type has complex content: Creates an instance of
ComplexContentSGChain generating the given complex type.
Implementation note: The type
ComplexContentSGChain
must not be exposed in the interface, because the interface
class is used to generate this type. In other words, this
interface must be compilable without the
ComplexContentSGChain
interface.
newComplexContentTypeSG in interface ComplexTypeSGorg.xml.sax.SAXExceptionpublic ComplexContentSG getComplexContentSG()
ComplexTypeSGIf the data type has complex content: Returns an instance of
ComplexContentSG. Uses ComplexTypeSG.newComplexContentTypeSG()
internally.
getComplexContentSG in interface ComplexTypeSGpublic ComplexTypeSGChain getHeadOfChain()