public class SimpleContentSGImpl extends java.lang.Object implements SimpleContentSG
| Constructor and Description |
|---|
SimpleContentSGImpl(SimpleContentSGChain o) |
| Modifier and Type | Method and Description |
|---|---|
TypeSG |
getContentTypeSG()
Returns the content elements simple type.
|
SimpleContentSGChain |
getHeadOfChain() |
PropertySG |
getPropertySG()
Returns the content elements
PropertySG. |
TypeSG |
getTypeSG()
Returns the complex type, to which this content element
belongs.
|
void |
init()
Initializes the SimpleContentSG.
|
java.lang.Object |
newPropertySGChain()
Creates an instance of
PropertySGChain generating
the content element. |
public SimpleContentSGImpl(SimpleContentSGChain o)
public void init()
throws org.xml.sax.SAXException
SimpleContentSGInitializes the SimpleContentSG.
init in interface SimpleContentSGorg.xml.sax.SAXExceptionpublic java.lang.Object newPropertySGChain()
throws org.xml.sax.SAXException
SimpleContentSGCreates an instance of
PropertySGChain generating
the content element.
newPropertySGChain in interface SimpleContentSGorg.xml.sax.SAXExceptionpublic PropertySG getPropertySG() throws org.xml.sax.SAXException
SimpleContentSGReturns the content elements PropertySG.
getPropertySG in interface SimpleContentSGorg.xml.sax.SAXExceptionpublic TypeSG getTypeSG() throws org.xml.sax.SAXException
SimpleContentSGReturns the complex type, to which this content element belongs.
getTypeSG in interface SimpleContentSGorg.xml.sax.SAXExceptionpublic TypeSG getContentTypeSG() throws org.xml.sax.SAXException
SimpleContentSGReturns the content elements simple type.
getContentTypeSG in interface SimpleContentSGorg.xml.sax.SAXExceptionpublic SimpleContentSGChain getHeadOfChain()